Skip to content
Snippets Groups Projects
Unverified Commit 8039ae34 authored by Eric Timmons's avatar Eric Timmons
Browse files

Comment out release docs job

parent 73c5893c
No related branches found
No related tags found
No related merge requests found
Pipeline #5978 failed
......@@ -35,14 +35,14 @@ 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:
# - "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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment