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

Commit

Permalink
gitlab ci: releasable_branches: change variables condition to schedule (
Browse files Browse the repository at this point in the history
  • Loading branch information
gabreal committed Oct 10, 2018
1 parent c313039 commit be1363e
Showing 1 changed file with 4 additions and 6 deletions.
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

0 comments on commit be1363e

Please sign in to comment.