2019-07-31 22:56:46 +05:30
|
|
|
cloud-native-image:
|
2020-03-09 13:42:32 +05:30
|
|
|
extends: .cng:rules
|
2019-09-04 21:01:54 +05:30
|
|
|
image: ruby:2.6-alpine
|
2019-07-31 22:56:46 +05:30
|
|
|
dependencies: []
|
|
|
|
stage: post-test
|
|
|
|
allow_failure: true
|
|
|
|
variables:
|
|
|
|
GIT_DEPTH: "1"
|
|
|
|
script:
|
|
|
|
- install_gitlab_gem
|
|
|
|
- CNG_PROJECT_PATH="gitlab-org/build/CNG" BUILD_TRIGGER_TOKEN=$CI_JOB_TOKEN ./scripts/trigger-build cng
|