2019-07-31 22:56:46 +05:30
|
|
|
cloud-native-image:
|
2020-03-13 15:44:24 +05:30
|
|
|
extends: .cng:rules
|
2021-03-11 19:13:27 +05:30
|
|
|
image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7-alpine
|
2019-07-31 22:56:46 +05:30
|
|
|
dependencies: []
|
|
|
|
stage: post-test
|
|
|
|
variables:
|
|
|
|
GIT_DEPTH: "1"
|
|
|
|
script:
|
|
|
|
- install_gitlab_gem
|
2021-10-27 15:23:28 +05:30
|
|
|
- ./scripts/trigger-build cng
|