summaryrefslogtreecommitdiff
path: root/.gitlab/ci/cng.gitlab-ci.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-31 06:06:31 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-31 06:06:31 +0000
commitb7c776f95d5f41ac00986073563ad0c1de4bad44 (patch)
tree3fa78ec30027f941ab8e56c5e98b77bb3a129e55 /.gitlab/ci/cng.gitlab-ci.yml
parent56d78c702884b2f555e7e4f61da4647519872771 (diff)
downloadgitlab-ce-b7c776f95d5f41ac00986073563ad0c1de4bad44.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab/ci/cng.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/cng.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab/ci/cng.gitlab-ci.yml b/.gitlab/ci/cng.gitlab-ci.yml
index 35859a1ab33..bd11042eb11 100644
--- a/.gitlab/ci/cng.gitlab-ci.yml
+++ b/.gitlab/ci/cng.gitlab-ci.yml
@@ -1,4 +1,5 @@
cloud-native-image:
+ extends: .only:variables-canonical-dot-com
image: ruby:2.6-alpine
dependencies: []
stage: post-test
@@ -12,5 +13,3 @@ cloud-native-image:
only:
refs:
- tags
- variables:
- - $CI_SERVER_HOST == "gitlab.com" && $CI_PROJECT_NAMESPACE == "gitlab-org"