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

Testing some CI configuration

parent 3d7b6999
No related branches found
No related tags found
No related merge requests found
Pipeline #5981 passed
...@@ -32,18 +32,21 @@ generate docs: ...@@ -32,18 +32,21 @@ generate docs:
artifacts: artifacts:
paths: paths:
- docs/ - docs/
rules:
- []
- when: on_success
# 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:
- job: "blocker:release:clci" # - job: "blocker:release:clci"
optional: true # optional: true
- "generate docs" # - "generate docs"
trigger: cl-tar/cl-tar.common-lisp.dev # trigger: cl-tar/cl-tar.common-lisp.dev
variables: # variables:
CL_TAR_FILE_TAG: $CI_COMMIT_TAG # CL_TAR_FILE_TAG: $CI_COMMIT_TAG
CL_TAR_FILE_PIPELINE: $CI_PIPELINE_ID # 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