[at-spi2-core: 43/47] .gitlab-ci.yml: Fix the path of the meson-logs artifacts




commit 0cabcefc8002fa4d83a32bdf4eb772cb5790b498
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Jul 12 15:52:06 2022 -0500

    .gitlab-ci.yml: Fix the path of the meson-logs artifacts

 .gitlab-ci.yml | 6 ++----
 1 file 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.
 #


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]