2019-04-12 04:56:38 -04:00
|
|
|
cloud-native-image:
|
2019-10-31 02:06:31 -04:00
|
|
|
extends: .only:variables-canonical-dot-com
|
2019-05-06 06:35:35 -04:00
|
|
|
image: ruby:2.6-alpine
|
2019-04-12 04:56:38 -04:00
|
|
|
dependencies: []
|
|
|
|
stage: post-test
|
|
|
|
allow_failure: true
|
|
|
|
variables:
|
|
|
|
GIT_DEPTH: "1"
|
|
|
|
when: manual
|
|
|
|
script:
|
2019-04-18 15:18:20 -04:00
|
|
|
- install_gitlab_gem
|
2019-04-12 04:56:38 -04:00
|
|
|
- CNG_PROJECT_PATH="gitlab-org/build/CNG" BUILD_TRIGGER_TOKEN=$CI_JOB_TOKEN ./scripts/trigger-build cng
|
|
|
|
only:
|
2019-08-26 16:41:55 -04:00
|
|
|
refs:
|
2019-09-17 10:16:34 -04:00
|
|
|
- tags
|