master branch now is main
This commit is contained in:
parent
6b2414291c
commit
e2ed408372
2 changed files with 3 additions and 3 deletions
|
@ -59,7 +59,7 @@ upload-clj-release:
|
||||||
<<: *clj
|
<<: *clj
|
||||||
stage: upload
|
stage: upload
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_BRANCH == "master" && $CI_COMMIT_TAG != null'
|
- if: $CI_COMMIT_TAG != null'
|
||||||
script:
|
script:
|
||||||
- lein deploy clojars
|
- lein deploy clojars
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ upload-cljs-release:
|
||||||
<<: *clj
|
<<: *clj
|
||||||
stage: upload
|
stage: upload
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_BRANCH == "master" && $CI_COMMIT_TAG != null'
|
- if: $CI_COMMIT_TAG != null'
|
||||||
script:
|
script:
|
||||||
- mv project.clj project-clj.clj && mv project-cljs.clj project.clj
|
- mv project.clj project-clj.clj && mv project-cljs.clj project.clj
|
||||||
- lein deploy clojars
|
- lein deploy clojars
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject org.domaindrivenarchitecture/c4k-common-clj "0.2.3"
|
(defproject org.domaindrivenarchitecture/c4k-common-clj "0.2.4-SNAPSHOT"
|
||||||
:description "Contains predicates and tools for c4k"
|
:description "Contains predicates and tools for c4k"
|
||||||
:url "https://domaindrivenarchitecture.org"
|
:url "https://domaindrivenarchitecture.org"
|
||||||
:license {:name "Apache License, Version 2.0"
|
:license {:name "Apache License, Version 2.0"
|
||||||
|
|
Loading…
Reference in a new issue