diff options
author | Rémy Coutable <remy@rymai.me> | 2019-03-21 11:10:46 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-03-21 11:10:46 +0100 |
commit | 2409b1ee6c9a6d48fdc85f1dabeb21c334564396 (patch) | |
tree | 07861126a00b492ee50e2bde496dbc69a31080f2 /.gitlab-ci.yml | |
parent | 1efa960444a2a09bfb8d18c696f23aa281ad7fb3 (diff) | |
download | gitlab-ce-2409b1ee6c9a6d48fdc85f1dabeb21c334564396.tar.gz |
Use the default git clone depth for the review-build-cng job59288-review-build-cng-fails-if-the-last-commit-skips-ci
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad5c194bffe..33559812872 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1000,7 +1000,6 @@ no_ee_check: dependencies: [] cache: {} variables: - GIT_DEPTH: "1" API_TOKEN: "${GITLAB_BOT_MULTI_PROJECT_PIPELINE_POLLING_TOKEN}" script: - apk add --update openssl curl jq |