diff options
author | DJ Mountney <david@twkie.net> | 2018-07-06 12:05:33 -0700 |
---|---|---|
committer | DJ Mountney <david@twkie.net> | 2018-07-06 12:05:33 -0700 |
commit | 11027efdfa02c414331bbd59e86339cf7e875e49 (patch) | |
tree | 1198502c07501258d1ef300d846a7f53f5e402bf /.gitlab-ci.yml | |
parent | e0c0ce28ea786a23d15eee95d56560079b0c6dfe (diff) | |
download | gitlab-ce-11027efdfa02c414331bbd59e86339cf7e875e49.tar.gz |
Use the correct script location for the build trigger script
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49c4b059dbc..610a5ecba6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -327,7 +327,7 @@ cloud-native-image: cache: {} script: - gem install gitlab --no-ri --no-rdoc - - ./trigger-build cng + - ./scripts/trigger-build cng only: - tags@gitlab-org/gitlab-ce - tags@gitlab-org/gitlab-ee |