From 308a7d47a2ac94c64eacb38732960d46e1957c85 Mon Sep 17 00:00:00 2001 From: Utz-Uwe Haus <uhaus@cray.com> Date: Mon, 23 Nov 2020 13:27:47 +0100 Subject: [PATCH] adapt .gitlab-ci.yml to new package name --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5db8e85c..9cb3c6c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,11 +59,11 @@ stages: - config.status - config.log - tests/*.log - - maestro-core-*.tar.gz - - maestro-core-*/_build/sub/tests/*.log + - maestro-*.tar.gz + - maestro-*/_build/sub/tests/*.log - docs/html # distcheck results, if that failed (otherwise they'll have been deleted by now) - - maestro-core-*/_build/sub/tests/*.log + - maestro-*/_build/sub/tests/*.log - deps/libfabric/config.{status,log} pages: -- GitLab