gitlab-org--gitlab-foss/.gitlab/ci/cng.gitlab-ci.yml

12 lines
302 B
YAML
Raw Normal View History

2019-04-12 08:56:38 +00:00
cloud-native-image:
extends: .cng:rules
image: ruby:2.6-alpine
2019-04-12 08:56:38 +00:00
dependencies: []
stage: post-test
allow_failure: true
variables:
GIT_DEPTH: "1"
script:
- install_gitlab_gem
2019-04-12 08:56:38 +00:00
- CNG_PROJECT_PATH="gitlab-org/build/CNG" BUILD_TRIGGER_TOKEN=$CI_JOB_TOKEN ./scripts/trigger-build cng