b881c77253
Signed-off-by: Rémy Coutable <remy@rymai.me>
15 lines
381 B
YAML
15 lines
381 B
YAML
cloud-native-image:
|
|
image: ruby:2.6-alpine
|
|
dependencies: []
|
|
stage: post-test
|
|
allow_failure: true
|
|
variables:
|
|
GIT_DEPTH: "1"
|
|
when: manual
|
|
script:
|
|
- install_gitlab_gem
|
|
- CNG_PROJECT_PATH="gitlab-org/build/CNG" BUILD_TRIGGER_TOKEN=$CI_JOB_TOKEN ./scripts/trigger-build cng
|
|
only:
|
|
refs:
|
|
- tags@gitlab-org/gitlab-ce
|
|
- tags@gitlab-org/gitlab-ee
|