Tiago Gomes pushed to branch master at BuildStream / buildstream
Commits:
-
f7f14f25
by Tiago Gomes at 2018-09-26T17:42:12Z
1 changed file:
Changes:
... | ... | @@ -276,7 +276,7 @@ pages: |
276 | 276 |
variables:
|
277 | 277 |
ACME_DIR: public/.well-known/acme-challenge
|
278 | 278 |
script:
|
279 |
- - mkdir ${ACME_DIR}
|
|
279 |
+ - mkdir -p ${ACME_DIR}
|
|
280 | 280 |
# Required to finish the creation of the Let's Encrypt certificate,
|
281 | 281 |
# which allows using https://docs.buildstream.build/ for accessing
|
282 | 282 |
# the documentation.
|