fix gitlab ci to release on leiningen

pull/1/head
bom 2 years ago
parent da055db4c9
commit 616aacd4a8

@ -96,6 +96,14 @@ sast:
include:
- template: Security/SAST.gitlab-ci.yml
upload-clj-release:
<<: *clj
stage: upload
rules:
- if: '$CI_COMMIT_TAG != null'
script:
- lein deploy
release:
image: registry.gitlab.com/gitlab-org/release-cli:latest
stage: upload

Loading…
Cancel
Save