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

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

Merged
merged 1 commit into from
Oct 10, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down