Skip to content
Snippets Groups Projects
Commit 7342edbe authored by Jan David Mol's avatar Jan David Mol
Browse files

Automatically publish every tag, as this repo is small anyway.

parent 2ec939d6
No related branches found
No related tags found
1 merge request!6Automatically publish every tag, as this repo is small anyway.
Pipeline #109561 passed
Pipeline: sid

#109562

    ...@@ -127,7 +127,6 @@ publish_on_gitlab: ...@@ -127,7 +127,6 @@ publish_on_gitlab:
    environment: gitlab environment: gitlab
    needs: needs:
    - package_files - package_files
    when: manual
    rules: rules:
    - if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
    script: script:
    ...@@ -145,7 +144,6 @@ publish_to_readthedocs: ...@@ -145,7 +144,6 @@ publish_to_readthedocs:
    environment: readthedocs environment: readthedocs
    needs: needs:
    - package_docs - package_docs
    when: manual
    rules: rules:
    - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"'
    script: script:
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment