[gnome-games] 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-games] CI: don't spin up environments for master and tags
- Date: Thu, 2 Aug 2018 17:57:05 +0000 (UTC)
commit ae3dc56998bd8e5b48cd80a2ca5637234e5d5840
Author: Jordan Petridis <jordanpetridis protonmail com>
Date: Thu Aug 2 17:56:25 2018 +0000
CI: don't spin up environments for master and tags
.gitlab-ci.yml | 7 +++++++
1 file changed, 7 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 427c6518..ae2f25bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,6 +57,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-games
+ - tags
stop_review:
stage: review
@@ -66,3 +69,7 @@ stop_review:
environment:
name: review/$CI_COMMIT_REF_NAME
action: stop
+ except:
+ - master@GNOME/gnome-games
+ - tags
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]