fixed lein deployment
This commit is contained in:
parent
6fdfc46d40
commit
13ad547894
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ upload-clj-release:
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_TAG != null'
|
- if: '$CI_COMMIT_TAG != null'
|
||||||
script:
|
script:
|
||||||
- lein deploy clojars
|
- lein deploy
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||||
|
|
Loading…
Reference in a new issue