From be1363e943310d0ca441c4140aa355ecba3ced0f Mon Sep 17 00:00:00 2001 From: gabriel klawitter Date: Wed, 10 Oct 2018 14:51:36 +0200 Subject: [PATCH] gitlab ci: releasable_branches: change variables condition to schedule (#9729) --- .gitlab-ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59cf857de6b..80adaf45db0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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