Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -20,13 +20,13 @@ run-check: - tar -xvzf /root/vale.tar.gz -C /bin - vale -v - acorn help - acorn check --commit HEAD - acorn check --commit HEAD --ignore "[.]gitlab-ci.yml" generate-pdf: stage: preview rules: - if: $CI_PIPELINE_SOURCE == "merge_request_event" script: - acorn export --commit HEAD --output ./export - acorn export --commit HEAD --output ./export --ignore "[.]gitlab-ci.yml" artifacts: name: PDF_EXPORT_PREVIEW expire_in: 1 week Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -20,13 +20,13 @@ run-check: - tar -xvzf /root/vale.tar.gz -C /bin - vale -v - acorn help - acorn check --commit HEAD - acorn check --commit HEAD --ignore "[.]gitlab-ci.yml" generate-pdf: stage: preview rules: - if: $CI_PIPELINE_SOURCE == "merge_request_event" script: - acorn export --commit HEAD --output ./export - acorn export --commit HEAD --output ./export --ignore "[.]gitlab-ci.yml" artifacts: name: PDF_EXPORT_PREVIEW expire_in: 1 week Loading