[gcr] ci: Make sure we fetch from the correct 41 branch



commit 5c6edfafc31b4269d9f8909e482edaf8ae8093f7
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Tue Jun 28 14:26:44 2022 +0200

    ci: Make sure we fetch from the correct 41 branch

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b2109ec..a0c0cfa8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -94,7 +94,7 @@ pages:
     - dnf install -y curl unzip
   script:
     - mkdir public
-    - 'curl --location --output gcr-3.zip 
"https://gitlab.gnome.org/api/v4/projects/${CI_PROJECT_ID}/jobs/artifacts/gcr-3-41/download?job=fedora:coverage&job_token=${CI_JOB_TOKEN}";'
+    - 'curl --location --output gcr-3.zip 
"https://gitlab.gnome.org/api/v4/projects/${CI_PROJECT_ID}/jobs/artifacts/gnome-41/download?job=fedora:coverage&job_token=${CI_JOB_TOKEN}";'
     - unzip -q gcr-3.zip -d gcr-3
     - mv gcr-3/_build/docs/gck/gck-1 public/gck-1
     - mv gcr-3/_build/docs/gcr/gcr-3 public/gcr-3


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