[gnome-build-meta/valentindavid/publish-vm-ostree] WIP: Remove CI from merge requests
- From: Valentin David <valentindavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/valentindavid/publish-vm-ostree] WIP: Remove CI from merge requests
- Date: Wed, 15 Jul 2020 08:29:40 +0000 (UTC)
commit 938fcd2edfa510a717189a2ea69ce73d678df6cb
Author: Valentin David <valentin david codethink co uk>
Date: Wed Jul 15 10:29:22 2020 +0200
WIP: Remove CI from merge requests
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 96418266..25de4e97 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -191,7 +191,7 @@ default:
- flat-manager-client push $(cat build.txt) repo/
rules: &ostree-publish-rules
- if: $CI_COMMIT_REF_NAME == "master"
- - if: $CI_COMMIT_REF_NAME == "valentindavid/publish-vm-ostree"
+ - if: $CI_COMMIT_REF_NAME == "valentindavid/publish-vm-ostree" && $CI_MERGE_REQUEST_ID == null
#
# Architecture specific settings
@@ -439,7 +439,7 @@ ostree-finish-failed:
rules:
- if: $CI_COMMIT_REF_NAME == "master"
when: on_failure
- - if: $CI_COMMIT_REF_NAME == "valentindavid/publish-vm-ostree"
+ - if: $CI_COMMIT_REF_NAME == "valentindavid/publish-vm-ostree" && $CI_MERGE_REQUEST_ID == null
when: on_failure
<<: *x86_64
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]