[nautilus/csoriano-master-patch-44414] CI: Add review apps



commit 433871df92a4324014df7967877d4205c4293807
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Sun Apr 29 21:29:19 2018 +0000

    CI: Add review apps

 .gitlab-ci.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 555562a7d..ad6a511b9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@ variables:
 
 stages:
 - test
+- review
 - cross_distro
 
 .test_template: &distro_test
@@ -42,6 +43,21 @@ flatpak:
         paths:
         - .flatpak-builder/cache
 
+review:
+  stage: review
+  script:
+    - sh
+  environment:
+    name: review/$CI_BUILD_REF_NAME
+    url: http://gitlab.gnome.org/
+    on_stop: stop_review
+  only:
+    - branches
+  except:
+    - master
+  tags:
+    - review-apps
+
 fedora:rawhide:
     image: fedora:rawhide
     stage: cross_distro


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]