diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 624c7f29c6475b92e3007f75ab9f72c8e0b890c0..cacaee21d0af5b0fb5f7337cf5d413acf16bc268 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,14 +35,15 @@ generate docs: # Notify the project containing the website that new documentation is ready to # be fetched. -# publish docs: -# stage: deploy -# rules: -# - if: '$CI_COMMIT_TAG =~ /^v[0-9]+(\.[0-9]+)*(-.*)?$/' -# needs: -# - "blocker:release:clci" -# - "generate docs" -# trigger: cl-tar/cl-tar.common-lisp.dev -# variables: -# CL_TAR_FILE_TAG: $CI_COMMIT_TAG -# CL_TAR_FILE_PIPELINE: $CI_PIPELINE_ID +publish docs: + stage: deploy + rules: + - if: '$CI_COMMIT_TAG =~ /^v[0-9]+(\.[0-9]+)*(-.*)?$/' + needs: + - job: "blocker:release:clci" + optional: true + - "generate docs" + trigger: cl-tar/cl-tar.common-lisp.dev + variables: + CL_TAR_FILE_TAG: $CI_COMMIT_TAG + CL_TAR_FILE_PIPELINE: $CI_PIPELINE_ID