summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-03-11 13:48:00 +0100
committerCarlos Garnacho <carlosg@gnome.org>2022-03-11 13:49:39 +0100
commitfb7de68693e80ad6b975094c68e88962a48e4e73 (patch)
tree483d0302a63da402ab838ed8b7ef0e1dee9c8cb6 /.gitlab-ci.yml
parent9e598b0c06ef31c7563fad4828391833db35f1af (diff)
downloadtracker-fb7de68693e80ad6b975094c68e88962a48e4e73.tar.gz
ci: Disable docs building in fedora@aarch64 build job
For some reason, the runners seem to get stuck there often. Plus, we don't need building docs here (docs/website rely on faster x86_64 runners).
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 31fd39fea..c04188030 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -251,6 +251,8 @@ build-fedora@aarch64:
needs:
- build-fedora-container@aarch64
allow_failure: true
+ variables:
+ NO_DOCS: "true"
<<: *build
build-ubuntu-rolling@x86_64: