Commit 11027efd authored by DJ Mountney's avatar DJ Mountney

Use the correct script location for the build trigger script

parent e0c0ce28
...@@ -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