File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 11stages :
22 - build
33# - tests
4- - tag_check
4+ # - tag_check
55 - deploy
66
77build :
@@ -45,16 +45,16 @@ build:
4545#
4646# when: on_success
4747
48- tag_check :
49- stage : tag_check
50- script : ./ci/tag_image.sh
51- tags :
52- - kubernetes
53- image :
54- name : registry-public.cloudferro.com/kaniko-project/executor:v1.9.2-debug
55- entrypoint : [""]
56- only :
57- - tags
48+ # tag_check:
49+ # stage: tag_check
50+ # script: ./ci/tag_image.sh
51+ # tags:
52+ # - kubernetes
53+ # image:
54+ # name: registry-public.cloudferro.com/kaniko-project/executor:v1.9.2-debug
55+ # entrypoint: [""]
56+ # only:
57+ # - tags
5858
5959.deploy_template : &deploy_configuration
6060 stage : deploy
@@ -72,8 +72,8 @@ deploy-staging-cyrus:
7272
7373deploy-production-creo :
7474 << : *deploy_configuration
75- only :
76- - tags
75+ # only:
76+ # - tags
7777 variables :
7878 ARGOCD_APP_NAME : " stac-fastapi-os"
7979 script :
You can’t perform that action at this time.
0 commit comments