[gtk] ci: Use the right path for the logs



commit b52da5682e503a5967bc49ebe21849b11d8f1f93
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Mar 1 17:23:14 2018 +0700

    ci: Use the right path for the logs
    
    The meson-logs directory is under the `_build` directory.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d2469d1aaf..e23a161728 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,4 +25,4 @@ build:
     when: on_failure
     name: "gtk-${CI_COMMIT_REF_NAME}"
     paths:
-      - "${CI_PROJECT_DIR}/_build_full/meson-logs"
+      - "${CI_PROJECT_DIR}/_build/meson-logs"


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