summaryrefslogtreecommitdiff
path: root/.gitlab/ci/cng.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci/cng.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/cng.gitlab-ci.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitlab/ci/cng.gitlab-ci.yml b/.gitlab/ci/cng.gitlab-ci.yml
new file mode 100644
index 00000000000..d624e8d09f6
--- /dev/null
+++ b/.gitlab/ci/cng.gitlab-ci.yml
@@ -0,0 +1,16 @@
+cloud-native-image:
+ image: ruby:2.6-alpine
+ before_script: []
+ dependencies: []
+ stage: post-test
+ allow_failure: true
+ variables:
+ GIT_DEPTH: "1"
+ cache: {}
+ when: manual
+ script:
+ - install_gitlab_gem
+ - CNG_PROJECT_PATH="gitlab-org/build/CNG" BUILD_TRIGGER_TOKEN=$CI_JOB_TOKEN ./scripts/trigger-build cng
+ only:
+ - tags@gitlab-org/gitlab-ce
+ - tags@gitlab-org/gitlab-ee