From 655900828850310808792c59fa2b59c251129204 Mon Sep 17 00:00:00 2001 From: chenwj113 <654891551@qq.com> Date: Thu, 16 Feb 2023 09:55:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ci/cd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cbcd499..8255318 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,6 @@ variables: LATEST_VERSION: latest K8S_NS: default DEPLOYMENT_NAME: fastapi-app-template - TAG: master before_script: - PATH=.:$PATH @@ -17,7 +16,7 @@ stages: build-staging:dep: stage: build only: - - $TAG + - master tags: - master script: @@ -30,7 +29,7 @@ build-staging:dep: deploy-staging:dep: stage: deploy only: - - $TAG + - master tags: - master script: