2019-04-12 04:56:38 -04:00
|
|
|
cloud-native-image:
|
2020-02-18 10:08:51 -05:00
|
|
|
extends: .cng:rules
|
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
|
|
|
|
variables:
|
|
|
|
GIT_DEPTH: "1"
|
|
|
|
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
|