diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2018-03-01 17:23:14 +0700 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2018-03-13 16:00:55 +0000 |
commit | b52da5682e503a5967bc49ebe21849b11d8f1f93 (patch) | |
tree | 8683db4ffdcedf88c5032bb8776aae621f4db62b /.gitlab-ci.yml | |
parent | 3b45019ba2b4e937aae327183fa5e3d97184e35e (diff) | |
download | gtk+-b52da5682e503a5967bc49ebe21849b11d8f1f93.tar.gz |
ci: Use the right path for the logs
The meson-logs directory is under the `_build` directory.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |