Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ generate-pdf: rules: - if: $CI_PIPELINE_SOURCE == "merge_request_event" script: - acorn export --commit HEAD --output ./export --ignore "[.]gitlab-ci.yml" - acorn export --commit HEAD --output ./export -vv artifacts: name: PDF_EXPORT_PREVIEW expire_in: 1 week Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ generate-pdf: rules: - if: $CI_PIPELINE_SOURCE == "merge_request_event" script: - acorn export --commit HEAD --output ./export --ignore "[.]gitlab-ci.yml" - acorn export --commit HEAD --output ./export -vv artifacts: name: PDF_EXPORT_PREVIEW expire_in: 1 week Loading