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

Test adding a job again

parent 8039ae34
No related branches found
No related tags found
No related merge requests found
Pipeline #5979 failed
...@@ -35,14 +35,15 @@ generate docs: ...@@ -35,14 +35,15 @@ generate docs:
# Notify the project containing the website that new documentation is ready to # Notify the project containing the website that new documentation is ready to
# be fetched. # be fetched.
# publish docs: publish docs:
# stage: deploy stage: deploy
# rules: rules:
# - if: '$CI_COMMIT_TAG =~ /^v[0-9]+(\.[0-9]+)*(-.*)?$/' - if: '$CI_COMMIT_TAG =~ /^v[0-9]+(\.[0-9]+)*(-.*)?$/'
# needs: needs:
# - "blocker:release:clci" - job: "blocker:release:clci"
# - "generate docs" optional: true
# trigger: cl-tar/cl-tar.common-lisp.dev - "generate docs"
# variables: trigger: cl-tar/cl-tar.common-lisp.dev
# CL_TAR_FILE_TAG: $CI_COMMIT_TAG variables:
# CL_TAR_FILE_PIPELINE: $CI_PIPELINE_ID 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