[epiphany] CI: don't spin up environments for master and tags
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] CI: don't spin up environments for master and tags
- Date: Thu, 2 Aug 2018 17:58:39 +0000 (UTC)
commit 02765f1ecd8ac802104170315b6575059aa06c6c
Author: Jordan Petridis <jordanpetridis protonmail com>
Date: Thu Aug 2 17:58:05 2018 +0000
CI: don't spin up environments for master and tags
.gitlab-ci.yml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 81c90af5c..23036824b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,7 +55,10 @@ 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/epiphany
+ - tags
+
stop_review:
stage: review
script:
@@ -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/epiphany
+ - tags
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]