Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit be1363e

Browse files
authored
gitlab ci: releasable_branches: change variables condition to schedule (#9729)
1 parent c313039 commit be1363e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ cache:
2121

2222
.releaseable_branches: # list of git refs for building GitLab artifacts (think "pre-release binaries")
2323
only: &releaseable_branches
24-
refs:
25-
- stable
26-
- beta
27-
- tags
28-
variables:
29-
- $SCHEDULE_TAG == "nightly"
24+
- stable
25+
- beta
26+
- tags
27+
- schedules
3028

3129

3230
.collect_artifacts: &collect_artifacts

0 commit comments

Comments
 (0)