summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMarc Jeanmougin <marcjeanmougin@free.fr>2017-06-14 14:34:20 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2017-06-14 14:34:20 +0000
commit930bcd4620625c5027c7a60a10570040a9f88f06 (patch)
treecf475cfd5cd026504a8c988a786989e6f2a7b84b /.gitlab-ci.yml
parentMerge branch 'master' of gitlab.com:marcjeanmougin/inkscape (diff)
downloadinkscape-930bcd4620625c5027c7a60a10570040a9f88f06.tar.gz
inkscape-930bcd4620625c5027c7a60a10570040a9f88f06.zip
Update .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d24a3de59..767821e61 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,7 +60,7 @@ pages:
dependencies:
- clang
script:
- - cp -r scan/* public
+ - if test -e scan; then cp -r scan/* public; fi
artifacts:
paths:
- public