fix ci: install clojure
This commit is contained in:
parent
5b61521874
commit
e0ea4f623d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ stages:
|
|||
- export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW
|
||||
- curl -L -O https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh
|
||||
- chmod +x linux-install.sh
|
||||
- /tmp/linux-install.sh
|
||||
- ./linux-install.sh
|
||||
- mkdir -p /root/.lein
|
||||
- echo "{:auth {:repository-auth {#\"clojars\" {:username \"${CLOJARS_USER}\" :password \"${CLOJARS_TOKEN_DOMAINDRIVENARCHITECTURE}\" }}}}" > ~/.lein/profiles.clj
|
||||
|
||||
|
|
Loading…
Reference in a new issue