Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 18f92ba

Browse files
committed
adjust CI
1 parent a49670a commit 18f92ba

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.gitlab-ci.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ variables:
77
REGISTRY: "docker.io"
88
REGISTRY_USER: "robpco"
99
RELEASE_IMAGE: "nginx-uwsgi-flask"
10-
RELEASE_TAG: "latest"
1110
REGISTRY_IMAGE: "${REGISTRY}/${REGISTRY_USER}/${RELEASE_IMAGE}"
1211

1312
before_script:
@@ -24,8 +23,8 @@ build27:
2423
only:
2524
variables:
2625
- $CI_COMMIT_TAG =~ /^deploy+/
27-
refs:
28-
- schedules
26+
# refs:
27+
# - schedules
2928
retry: 2
3029

3130
build36:
@@ -39,8 +38,8 @@ build36:
3938
only:
4039
variables:
4140
- $CI_COMMIT_TAG =~ /^deploy+/
42-
refs:
43-
- schedules
41+
# refs:
42+
# - schedules
4443
retry: 2
4544

4645
build27-alpine:
@@ -54,8 +53,8 @@ build27-alpine:
5453
only:
5554
variables:
5655
- $CI_COMMIT_TAG =~ /^deploy+/
57-
refs:
58-
- schedules
56+
# refs:
57+
# - schedules
5958
retry: 2
6059

6160
build36-alpine:
@@ -69,6 +68,6 @@ build36-alpine:
6968
only:
7069
variables:
7170
- $CI_COMMIT_TAG =~ /^deploy+/
72-
refs:
73-
- schedules
71+
# refs:
72+
# - schedules
7473
retry: 2

0 commit comments

Comments
 (0)