[gnome-build-meta/abderrahim/ci-fixes-38: 2/2] .gitlab-ci.yml: do not run deploy jobs on schedules in stable branches
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/abderrahim/ci-fixes-38: 2/2] .gitlab-ci.yml: do not run deploy jobs on schedules in stable branches
- Date: Wed, 16 Sep 2020 09:39:42 +0000 (UTC)
commit e65ec5e22236b9dfe11a8d09ea69c02658ed62ee
Author: Abderrahim Kitouni <akitouni gnome org>
Date: Wed Sep 16 09:24:27 2020 +0100
.gitlab-ci.yml: do not run deploy jobs on schedules in stable branches
.gitlab-ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 70e21bb0..c2a37bfb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -92,7 +92,8 @@ default:
rules:
- if: $EMERGENCY || $BST_TRACK_TAGS != "False"
when: never
- - if: $CI_COMMIT_REF_NAME == "master" || $CI_COMMIT_REF_NAME =~ /^gnome-\d-\d\d$/
+ - if: $CI_COMMIT_REF_NAME == "master"
+ - if: $CI_COMMIT_REF_NAME =~ /^gnome-\d-\d\d$/ && $CI_PIPELINE_SOURCE != "schedule"
.ostree-template:
extends: .deploy-rules
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]