diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2019-01-23 11:36:00 +0000 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2019-01-23 11:36:00 +0000 |
commit | cae2330b54eb572edbc84bfd6bacb5408534a61b (patch) | |
tree | caa60b0b4a9a9a979363ae01951b04c402fe54f8 | |
parent | 3ed8078507b6cb37c7dd85f2fc22c9494faf9e1e (diff) | |
parent | b8843fff3737a42d538d53f9d83f9a4f85b56596 (diff) | |
download | gitlab-ce-cae2330b54eb572edbc84bfd6bacb5408534a61b.tar.gz |
Merge branch '56731-wait_for_job_to_be_done-gitlab-assets-compile-fails-in-the-review-build-cng-job' into 'master'
Resolve "`wait_for_job_to_be_done "gitlab:assets:compile"` fails in the `review-build-cng` job"
Closes #56731
See merge request gitlab-org/gitlab-ce!24598
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bca16f50245..5c5f3f589b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -956,6 +956,7 @@ review-build-cng: variables: <<: *single-script-job-variables SCRIPT_NAME: trigger-build + API_TOKEN: "${GITLAB_BOT_MULTI_PROJECT_PIPELINE_POLLING_TOKEN}" script: - gem install gitlab --no-document - apk add --update openssl curl jq |