fix gpgless deploy
This commit is contained in:
parent
f8ab5317ef
commit
f1aa04b94b
2 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ upload-clj-release:
|
|||
rules:
|
||||
- if: '$CI_COMMIT_TAG != null'
|
||||
script:
|
||||
- lein deploy clojars
|
||||
- lein deploy
|
||||
|
||||
release:
|
||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
["vcs" "assert-committed"]
|
||||
["change" "version" "leiningen.release/bump-version" "release"]
|
||||
["vcs" "commit"]
|
||||
["vcs" "tag"]
|
||||
["vcs" "tag" "--no-sign"]
|
||||
["change" "version" "leiningen.release/bump-version"]]
|
||||
:aliases {"native" ["shell"
|
||||
"native-image"
|
||||
|
|
Loading…
Reference in a new issue