From 77bac24202e4c4453dfbb55993f1d5ff7ec7fbd6 Mon Sep 17 00:00:00 2001 From: Gareth Llewellyn Date: Mon, 15 Oct 2018 21:27:04 +0100 Subject: [PATCH] Removed K8S section from gitlab-ci --- .gitlab-ci.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02ea6dc..9a8a124 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,8 +33,6 @@ test-client: gitlab-registry: stage: docker-push - #only: - # - master image: docker:latest services: - docker:dind @@ -60,15 +58,3 @@ docker-hub: - docker push registry.hub.docker.com/${DOCKER_HUB_ID}/cwtch:${CI_COMMIT_SHA:0:8} dependencies: - test-server - - -push-to-staging: - stage: deploy-staging - #only: - # - master - tags: - - kube - script: - /usr/bin/sed "s/TAGNAME/${CI_COMMIT_SHA:0:8}/" k8s/cwtch.yml | /usr/bin/kubectl apply -f - - environment: - name: staging