summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-11-13 12:38:55 +0100
committerBastien Nocera <hadess@hadess.net>2019-11-13 12:38:55 +0100
commitb581b56ad4d52ba1b7f7ea1ab57476c1bdbe7c39 (patch)
tree28dcd184de3dd6bf970ddd709f7d91d33f7daab3 /.gitlab-ci.yml
parent01d7d82864d7cd530fd4300154285183b0ed82f2 (diff)
ci: Remove public/ dir before running second test
There might already be files in public/, make sure they get removed.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 95abdba..af18b16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,7 @@ pages:
- cd ..
# That worked, clean up
- git clean -dxf
+ - rm -rf public/
# Generate specs for older versions
- cd web-export
- sed -i 's/USELOCALFILES = True/USELOCALFILES = False/' update.py