diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 709b7c2..17ab5d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,8 +17,6 @@ deploy-staging:dep: stage: build only: - master - tags: - - $TAG script: - echo "===== start build ==========" - docker build -t ${IMAGE_NAME} . @@ -30,8 +28,6 @@ deploy-staging:dep: stage: deploy only: - master - tags: - - $TAG script: - echo "===== start deploy ==========" - if [ "$(kubectl get deployment -n $K8S_NS | grep $DEPLOYMENT_NAME | awk '{print $1}')" ]; then