[nautilus/triage-automation] Update .gitlab-ci.yml



commit e71409a78648329021ad8934b79b8444b922c7ef
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Tue Oct 30 12:05:46 2018 +0000

    Update .gitlab-ci.yml

 .gitlab-ci.yml | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 573c66f2f..1c308559a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -231,6 +231,15 @@ triage:
   stage: triage
   script:
     - gem install gitlab-triage
-    - gitlab-triage --token $API_TOKEN --project-id $CI_PROJECT_PATH --host-url https://gitlab.gnome/org
+    - gitlab-triage --token $nautilus_bot_token --project-id $CI_PROJECT_PATH --host-url 
https://gitlab.gnome/org
   only:
-    - schedules
\ No newline at end of file
+    - schedules
+
+triage:dry-run:
+  stage: triage
+  script:
+    - gem install gitlab-triage
+    - gitlab-triage --dry-run --token $nautilus_bot_token --project-id $CI_PROJECT_PATH --host-url 
https://gitlab.gnome/org
+  only:
+    - schedules
+  when: manual
\ No newline at end of file


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