[skip ci] Fix typo in yaml, lift version after linting
This commit is contained in:
parent
60e22b24bd
commit
fcf602cc1b
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
:dependencies [[org.clojure/tools.cli "1.1.230"]
|
:dependencies [[org.clojure/tools.cli "1.1.230"]
|
||||||
[ch.qos.logback/logback-classic "1.5.6"
|
[ch.qos.logback/logback-classic "1.5.6"
|
||||||
:exclusions [com.sun.mail/javax.mail]]
|
:exclusions [com.sun.mail/javax.mail]]
|
||||||
[org.slf4j/jcl-over-slf4j "2.0.14"]
|
[org.slf4j/jcl-over-slf4j "2.0.15"]
|
||||||
[com.github.clj-easy/graal-build-time "1.0.5"]]}}
|
[com.github.clj-easy/graal-build-time "1.0.5"]]}}
|
||||||
:release-tasks [["test"]
|
:release-tasks [["test"]
|
||||||
["vcs" "assert-committed"]
|
["vcs" "assert-committed"]
|
||||||
|
|
|
@ -23,4 +23,4 @@ spec:
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: MEMBERNAMES
|
- name: MEMBERNAMES
|
||||||
value: "Micha,Ansgar,Clemens,Mattis,Eric,Mirco"
|
value: "Micha,Ansgar,Clemens,Mattis,Erik,Mirco"
|
||||||
|
|
Loading…
Reference in a new issue