summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-07-12 15:52:06 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-07-12 21:48:16 -0500
commit0cabcefc8002fa4d83a32bdf4eb772cb5790b498 (patch)
tree3e7e69eab0a17c56c42d587319ebe205bca77c48
parent42238e2754e46b5362e703d4005d998ca827e6fd (diff)
downloadat-spi2-core-0cabcefc8002fa4d83a32bdf4eb772cb5790b498.tar.gz
.gitlab-ci.yml: Fix the path of the meson-logs artifacts
-rw-r--r--.gitlab-ci.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 879cdb85..66d7a07a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,8 +67,7 @@ opensuse-x86_64:
when: always
name: "at-spi2-core-${CI_COMMIT_REF_NAME}"
paths:
- - "${CI_PROJECT_DIR}/_build/meson-logs"
- - "${CI_PROJECT_DIR}/_build/atspi/Atspi-2.0.gir"
+ - "_build/meson-logs"
fedora-x86_64:
stage: build
@@ -88,8 +87,7 @@ fedora-x86_64:
when: always
name: "at-spi2-core-${CI_COMMIT_REF_NAME}"
paths:
- - "${CI_PROJECT_DIR}/_build/meson-logs"
- - "${CI_PROJECT_DIR}/_build/atspi/Atspi-2.0.gir"
+ - "_build/meson-logs"
# Run static analysis on the code.
#