[gnome-photos/alatiera/ci-update: 4/5] CI: Don't expose the bundle in GitLab Review Apps for stable branches
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/alatiera/ci-update: 4/5] CI: Don't expose the bundle in GitLab Review Apps for stable branches
- Date: Fri, 28 Sep 2018 06:44:44 +0000 (UTC)
commit cb2b56ca208f6b65f328dc7d1f838abe3ca29239
Author: Jordan Petridis <jpetridis gnome org>
Date: Wed Sep 26 18:00:46 2018 +0300
CI: Don't expose the bundle in GitLab Review Apps for stable branches
GitLab Review Apps is a way to see in action the outcome of a merge
request. Since the stable branches are not going to be used to create
a merge request, there's no need to deploy the outcome of those
commits, as a Flatpak bundle, to an environment to create a Review App.
https://gitlab.gnome.org/GNOME/gnome-photos/merge_requests/46
https://gitlab.gnome.org/GNOME/gnome-photos/merge_requests/60
.gitlab-ci.yml | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 58583cd5..36f21513 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,6 +64,7 @@ review:
except:
- master@GNOME/gnome-photos
- tags
+ - gnome-3-.*
stop_review:
stage: review
@@ -76,3 +77,4 @@ stop_review:
except:
- master@GNOME/gnome-photos
- tags
+ - gnome-3-.*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]