From 81f61eff7c6318686c3ced21eecd7fa1a0806ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=A4rtens?= Date: Thu, 14 Nov 2019 09:33:16 +0100 Subject: [PATCH] fix a ci problem if debug dir wasnt available --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cacca14dc0..1732acf41a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,10 +19,10 @@ before_script: - cargo --version - export DISABLE_GIT_LFS_CHECK=true - find assets | md5sum - - ls -la target/debug - - ls -la target/release - - ls -la target - - find target/debug/deps -type f | wc -l + - ls -la target/debug || echo "upsi" + - ls -la target/release || echo "upsi" + - ls -la target || echo "upsi" + - find target/debug/deps -type f | wc -l || echo "upsi" - date # -- optional build