gitlab ci: releasable_branches: change variables condition to schedule (#9729)
This commit is contained in:
parent
c313039526
commit
be1363e943
@ -21,12 +21,10 @@ cache:
|
|||||||
|
|
||||||
.releaseable_branches: # list of git refs for building GitLab artifacts (think "pre-release binaries")
|
.releaseable_branches: # list of git refs for building GitLab artifacts (think "pre-release binaries")
|
||||||
only: &releaseable_branches
|
only: &releaseable_branches
|
||||||
refs:
|
- stable
|
||||||
- stable
|
- beta
|
||||||
- beta
|
- tags
|
||||||
- tags
|
- schedules
|
||||||
variables:
|
|
||||||
- $SCHEDULE_TAG == "nightly"
|
|
||||||
|
|
||||||
|
|
||||||
.collect_artifacts: &collect_artifacts
|
.collect_artifacts: &collect_artifacts
|
||||||
|
Loading…
Reference in New Issue
Block a user