summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-06-14 15:02:25 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-06-14 15:02:25 +0100
commitc1d33b2eaa7ca36e4d6de817ed1b83d433fe7bff (patch)
treed43cf897863b87f4315e726fd9d854501e12adbf /.gitlab-ci.yml
parent1895f176c85555531de0d2b03b4dcafe2a3d0f87 (diff)
downloadgdk-pixbuf-c1d33b2eaa7ca36e4d6de817ed1b83d433fe7bff.tar.gz
ci: Fix the artifacts caching on failure
We generate a random builddir, so we need to modify the `paths` key for the artifacts we store on CI failure.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 464d2aaad..5a29219c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ meson-fedora-x86_64:
when: on_failure
name: "gdk-pixbuf-${CI_COMMIT_REF_NAME}"
paths:
- - "${CI_PROJECT_DIR}/_build/meson-logs"
+ - "${CI_PROJECT_DIR}/build_*/meson-logs"
cache:
key: "$CI_JOB_NAME"
<<: *cache-paths