Update .gitlab-ci.yml

This commit is contained in:
chenwj113 2023-02-16 09:47:37 +08:00
parent 3183b2ed19
commit b1e7510e09
1 changed files with 0 additions and 4 deletions

View File

@ -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