2019-04-12 04:56:38 -04:00
|
|
|
cloud-native-image:
|
2020-02-18 10:08:51 -05:00
|
|
|
extends: .cng:rules
|
2021-02-03 13:09:25 -05:00
|
|
|
image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7-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
|
2021-07-27 11:09:49 -04:00
|
|
|
- ./scripts/trigger-build cng
|