[gnome-maps] CI: don't spin up environments for master and tags
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] CI: don't spin up environments for master and tags
- Date: Thu, 2 Aug 2018 17:41:17 +0000 (UTC)
commit 50be98cf3c931cdb7d71c9d11ecf38c2a4678900
Author: Jordan Petridis <jordanpetridis protonmail com>
Date: Thu Aug 2 17:40:37 2018 +0000
CI: don't spin up environments for master and tags
.gitlab-ci.yml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5055d60..7d6be33 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,6 +55,9 @@ review:
name: review/$CI_COMMIT_REF_NAME
url: https://gitlab.gnome.org/$CI_PROJECT_PATH/-/jobs/$CI_JOB_ID/artifacts/raw/${BUNDLE}
on_stop: stop_review
+ except:
+ - master@GNOME/gnome-maps
+ - tags
stop_review:
stage: review
@@ -63,4 +66,7 @@ stop_review:
when: manual
environment:
name: review/$CI_COMMIT_REF_NAME
- action: stop
\ No newline at end of file
+ action: stop
+ except:
+ - master@GNOME/gnome-maps
+ - tags
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]