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

Commit a49670a

Browse files
committed
add retry and schedules
1 parent ad3eec6 commit a49670a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitlab-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ build27:
2424
only:
2525
variables:
2626
- $CI_COMMIT_TAG =~ /^deploy+/
27+
refs:
28+
- schedules
29+
retry: 2
2730

2831
build36:
2932
stage: build
@@ -36,6 +39,9 @@ build36:
3639
only:
3740
variables:
3841
- $CI_COMMIT_TAG =~ /^deploy+/
42+
refs:
43+
- schedules
44+
retry: 2
3945

4046
build27-alpine:
4147
stage: build
@@ -48,6 +54,9 @@ build27-alpine:
4854
only:
4955
variables:
5056
- $CI_COMMIT_TAG =~ /^deploy+/
57+
refs:
58+
- schedules
59+
retry: 2
5160

5261
build36-alpine:
5362
stage: build
@@ -60,3 +69,6 @@ build36-alpine:
6069
only:
6170
variables:
6271
- $CI_COMMIT_TAG =~ /^deploy+/
72+
refs:
73+
- schedules
74+
retry: 2

0 commit comments

Comments
 (0)