summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2022-12-07 11:35:15 +0100
committerCorentin Noël <corentin.noel@collabora.com>2022-12-07 11:35:15 +0100
commit3c1bdd612d8cb954a17ce15d014d2e5ea93f8910 (patch)
treeed90d1fe5fb782e89cb7df6a896ca6c3587c7fbc
parent93c001bbd39ad6033687ce6c438203dab2e6beca (diff)
downloadgcr-3c1bdd612d8cb954a17ce15d014d2e5ea93f8910.tar.gz
ci: Use the gnome-41-ci branch for gcr-3 and gck-1 documentation
Use non-official branch to be able to update the CI occasionally.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bffd93b..387d763 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -95,7 +95,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/gnome-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-ci/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