Hubert SABLONNIÈRE
Hubert SABLONNIÈRE
We should also allow to use sdtin for: ``` clever env set FOO < my-file ```
Other solution for now: ``` clever env set ENV_NAME "'$(< /path/to/some/file)'" ```
OK so, with new version, importing multiline env vars is possible with `clever env`. To allow `clever env set FOO < my-file` we'll need an update of cliparse. I guess,...
Sadly, I think we need to wait for isomorphic-git. @simon-tannai * Can you you tell us the content of `$CI_COMMIT_REF_NAME`? I'm not expecting the real sha1, I juste want to...
@Nowadays Thanks for your contribution :wink:
@wmhilton No worries...
@blalasaadri You're exactly right, this limitation comes from the way the API answers. We're considering fetching logs in batches but @KannarFr is also working on an update of the logs...
``` $ git sizer --verbose Processing blobs: 6116 Processing trees: 9337 Processing commits: 1516 Matching commits to trees: 1516 Processing annotated tags: 0 Processing references: 114 | Name | Value...
@justfortherec Hey, thanks for you report ;-) This issue only concerns the git push that is done under the hood by our CLI. Did you see this line? ``` Your...
> Sorry if I misunderstood this issue here. It seems to describe the symptoms that I see ("and sometimes never ends"). I will continue discussion on the linked bugs. Thanks...