diff options
author | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2018-09-26 18:42:12 +0100 |
---|---|---|
committer | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2018-09-26 18:42:12 +0100 |
commit | f7f14f2543891da2d7c906b44e132389c1085a7f (patch) | |
tree | dcf2f7e9ad966a7513de4ea843e507f882ddb98b /.gitlab-ci.yml | |
parent | af13150317655579ce603061254a7d643cd14f56 (diff) | |
download | buildstream-f7f14f2543891da2d7c906b44e132389c1085a7f.tar.gz |
ci: add missing `-p` argument
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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. |