Skip to content

Commit 3c655cd

Browse files
committed
remove tag from the pipeline
1 parent 54084a3 commit 3c655cd

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.gitlab-ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
stages:
22
- build
33
# - tests
4-
- tag_check
4+
# - tag_check
55
- deploy
66

77
build:
@@ -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

7373
deploy-production-creo:
7474
<<: *deploy_configuration
75-
only:
76-
- tags
75+
# only:
76+
# - tags
7777
variables:
7878
ARGOCD_APP_NAME: "stac-fastapi-os"
7979
script:

0 commit comments

Comments
 (0)