This commit is contained in:
Michael Jerger 2024-12-27 13:44:39 +01:00
parent c880872d36
commit 5bc7c6a654

View file

@ -22,8 +22,8 @@ stages:
- .m2
before_script:
- export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW
- export CLOJARS_USERNAME=${CLOJARS_USER}
- export CLOJARS_PASSWORD=${CLOJARS_TOKEN_DOMAINDRIVENARCHITECTURE}
- export CLOJARS_USERNAME=$CLOJARS_USER
- export CLOJARS_PASSWORD=$CLOJARS_TOKEN_DOMAINDRIVENARCHITECTURE
- echo "{:auth {:repository-auth {#\"clojars\" {:username \"${CLOJARS_USER}\" :password \"${CLOJARS_TOKEN_DOMAINDRIVENARCHITECTURE}\" }}}}" > ~/.lein/profiles.clj
.tag_only: &tag_only