[nautilus] CI: Fix type in issue triage job



commit 7f85c0ebf9961cc178ace03d89743c77da4e68fc
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Fri Dec 14 13:37:42 2018 +0000

    CI: Fix type in issue triage job

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 35037086e..430330021 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -189,7 +189,7 @@ triage:
   stage: triage
   script:
     - gem install gitlab-triage
-    - gitlab-triage --token $TRIAGE_BOT_TOKEN --project-id $CI_PROJECT_PATH --host-url 
https://gitlab.gnome/org
+    - gitlab-triage --token $TRIAGE_BOT_TOKEN --project-id $CI_PROJECT_PATH --host-url 
https://gitlab.gnome.org
   only:
     - schedules
 
@@ -198,7 +198,7 @@ triage:dry-run:
   stage: triage
   script:
     - gem install gitlab-triage
-    - gitlab-triage --dry-run --token $TRIAGE_BOT_TOKEN --project-id $CI_PROJECT_PATH --host-url 
https://gitlab.gnome/org
+    - gitlab-triage --dry-run --token $TRIAGE_BOT_TOKEN --project-id $CI_PROJECT_PATH --host-url 
https://gitlab.gnome.org
   only:
     - schedules
   when: manual


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