remove automated prerelease upload
This commit is contained in:
parent
491d671afb
commit
add30ef64f
1 changed files with 0 additions and 17 deletions
|
@ -38,23 +38,6 @@ test-cljs:
|
|||
script:
|
||||
- shadow-cljs compile test
|
||||
|
||||
upload-clj-prerelease:
|
||||
<<: *clj
|
||||
stage: upload
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == "master" && $CI_COMMIT_TAG == null'
|
||||
script:
|
||||
- lein deploy clojars
|
||||
|
||||
upload-cljs-prerelease:
|
||||
<<: *clj
|
||||
stage: upload
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == "master" && $CI_COMMIT_TAG == null'
|
||||
script:
|
||||
- mv project.clj project-clj.clj && mv project-cljs.clj project.clj
|
||||
- lein deploy clojars
|
||||
|
||||
upload-clj-release:
|
||||
<<: *clj
|
||||
stage: upload
|
||||
|
|
Loading…
Reference in a new issue