summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Berla <corey@berla.me>2023-05-04 13:09:29 -0700
committerCorey Berla <corey@berla.me>2023-05-04 20:35:45 +0000
commit6168784a5288b854450c8fe5b4078b155220cd25 (patch)
tree8f4864fde0af42d268f7a260682446f71965d636
parent179bce22ca660ea9df1a289eeda6e4668905d9c1 (diff)
downloadnautilus-6168784a5288b854450c8fe5b4078b155220cd25.tar.gz
ci: Pin to older ci template
The ci template was changed to run-tests during the build which causes our pipelines to fail. Revert to a previous ci template until this is sorted out See: https://gitlab.gnome.org/GNOME/citemplates/-/merge_requests/37
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bdaf27402..6821f4b73 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
+include: 'https://gitlab.gnome.org/GNOME/citemplates/-/raw/8430bccd6150b0a2aa97d1d7028c28b6b7e5d4d0/flatpak/flatpak_ci_initiative.yml'
variables:
GIT_SUBMODULE_STRATEGY: normal