CI: set “allow_failure: true” for the manual deploy job

Otherwise the pipeline will remain blocked until someone manually starts the
deploy job (see documentation of “rules” in Gitlab CI ref.).
issue#70
Sébastien Villemot 2021-04-02 17:50:19 +02:00
parent 880c7d9b2a
commit 35a66f22fb
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ deploy_julia:
rules:
- if: '$CI_PROJECT_NAMESPACE == "Dynare" && $CI_COMMIT_REF_NAME == "master"'
when: manual
allow_failure: true
- when: never
script:
- cp -R $CI_COMMIT_SHA /srv/www.dynare.org/preprocessor/