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:
|
script:
|
||||||
- shadow-cljs compile test
|
- 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:
|
upload-clj-release:
|
||||||
<<: *clj
|
<<: *clj
|
||||||
stage: upload
|
stage: upload
|
||||||
|
|
Loading…
Reference in a new issue