summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2018-09-26 18:42:12 +0100
committerTiago Gomes <tiago.gomes@codethink.co.uk>2018-09-26 18:42:12 +0100
commitf7f14f2543891da2d7c906b44e132389c1085a7f (patch)
treedcf2f7e9ad966a7513de4ea843e507f882ddb98b
parentaf13150317655579ce603061254a7d643cd14f56 (diff)
downloadbuildstream-f7f14f2543891da2d7c906b44e132389c1085a7f.tar.gz
ci: add missing `-p` argument
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fcab72c7a..a523dcafc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -276,7 +276,7 @@ pages:
variables:
ACME_DIR: public/.well-known/acme-challenge
script:
- - mkdir ${ACME_DIR}
+ - mkdir -p ${ACME_DIR}
# Required to finish the creation of the Let's Encrypt certificate,
# which allows using https://docs.buildstream.build/ for accessing
# the documentation.