Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-02-27 20:12:28 +0300
committerLin Jen-Shin <godfat@godfat.org>2019-03-04 16:09:38 +0300
commitd9fb27f42ac65b72c92fecdc2a3a292c76e9d7d7 (patch)
treea4f1acbd2afcb32f673e860fd591b7eed22ae8d2 /lib
parentb1ef83914c274fd922290201ba86a4388c24e429 (diff)
Make serverless template a valid abstract template
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/ci/templates/Serverless.gitlab-ci.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/gitlab/ci/templates/Serverless.gitlab-ci.yml b/lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
index 99a73826cf6..4f3d08d98fe 100644
--- a/lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
@@ -39,10 +39,3 @@ stages:
- tm -n "$KUBE_NAMESPACE" set registry-auth gitlab-registry --registry "$CI_REGISTRY" --username "$CI_REGISTRY_USER" --password "$CI_JOB_TOKEN" --push
- tm -n "$KUBE_NAMESPACE" set registry-auth gitlab-registry --registry "$CI_REGISTRY" --username "$CI_DEPLOY_USER" --password "$CI_DEPLOY_PASSWORD" --pull
- tm -n "$KUBE_NAMESPACE" deploy --wait
-
-deploy-functions:
- extends: .serverless:deploy:functions
- environment: production
- only:
- variables:
- - $CI_COMMIT_MESSAGE =~ /\[serverless deploy-functions\]/