From 2cb326a4c35be46a5bda27630973d67ceeceda47 Mon Sep 17 00:00:00 2001 From: Dominic Date: Sun, 22 Nov 2020 22:09:38 +0100 Subject: [PATCH] ci: inspect the present files in publish stage --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 771a4a3..b32751a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,6 +96,7 @@ pages: stage: publish image: busybox script: + - find . -maxdepth 3 - mv tarpaulin-report.html public/coverage.html - mv target/doc public - echo 'The documentation is located here' >public/index.html