Use project path in package-and-qa to fetch script

This commit is contained in:
Grzegorz Bizon 2018-04-03 09:24:13 +02:00
parent 4a9d9f15ef
commit cb9e00b0a6
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ package-and-qa:
# package-and-qa job will not be able to run when the branch gets
# deleted (when merging the MR).
- apk add --update openssl
- wget https://gitlab.com/gitlab-org/gitlab-ce/raw/$CI_COMMIT_SHA/scripts/trigger-build-omnibus
- wget https://gitlab.com/$CI_PROJECT_PATH/raw/$CI_COMMIT_SHA/scripts/trigger-build-omnibus
- chmod 755 trigger-build-omnibus
script:
- ./trigger-build-omnibus