no more automated snapshots

This commit is contained in:
jerger 2022-02-25 10:31:38 +01:00
parent f215afdc06
commit 68dbcbf0e5

View file

@ -96,14 +96,6 @@ sast:
include: include:
- template: Security/SAST.gitlab-ci.yml - template: Security/SAST.gitlab-ci.yml
upload-clj-prerelease:
<<: *clj
stage: upload
rules:
- if: '$CI_COMMIT_BRANCH == "main" && $CI_COMMIT_TAG == null'
script:
- lein deploy clojars
upload-clj-release: upload-clj-release:
<<: *clj <<: *clj
stage: upload stage: upload