gitlab ci: releasable_branches: change variables condition to schedule (#9729)

This commit is contained in:
gabriel klawitter 2018-10-10 14:51:36 +02:00 committed by GitHub
parent c313039526
commit be1363e943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 6 deletions

View File

@ -21,12 +21,10 @@ cache:
.releaseable_branches: # list of git refs for building GitLab artifacts (think "pre-release binaries")
only: &releaseable_branches
refs:
- stable
- beta
- tags
variables:
- $SCHEDULE_TAG == "nightly"
- stable
- beta
- tags
- schedules
.collect_artifacts: &collect_artifacts