fix ci
This commit is contained in:
parent
c880872d36
commit
5bc7c6a654
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue