[Notes] [Git][BuildStream/buildstream][master] ci: add missing `-p` argument



Title: GitLab

Tiago Gomes pushed to branch master at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -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.
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]