Commit 55db9338 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'use-correct-script-location' into 'master'

Use the correct script location for the build trigger script

See merge request gitlab-org/gitlab-ce!20454
parents 780af30f 11027efd
...@@ -327,7 +327,7 @@ cloud-native-image: ...@@ -327,7 +327,7 @@ cloud-native-image:
cache: {} cache: {}
script: script:
- gem install gitlab --no-ri --no-rdoc - gem install gitlab --no-ri --no-rdoc
- ./trigger-build cng - ./scripts/trigger-build cng
only: only:
- tags@gitlab-org/gitlab-ce - tags@gitlab-org/gitlab-ce
- tags@gitlab-org/gitlab-ee - tags@gitlab-org/gitlab-ee
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment