fix pipeline

This commit is contained in:
jerger 2022-02-25 10:56:27 +01:00
parent 139f23f824
commit 7343a51307
2 changed files with 4 additions and 3 deletions

View file

@ -18,13 +18,14 @@ stages:
- npm install
.clj-uploadjob: &clj
image: clojure:lein-2.7.1-alpine
image: domaindrivenarchitecture/lein
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- .m2
before_script:
- echo "{:auth {:repository-auth {#\"clojars\" {:username \"${CLOJARS_USER}\" :password \"${CLOJARS_PASSWORD}\" }}}}" > ~/.lein/profiles.clj
- mkdir -p /root/.lein
- echo "{:auth {:repository-auth {#\"clojars\" {:username \"${CLOJARS_USER}\" :password \"${CLOJARS_TOKEN_DOMAINDRIVENARCHITECTURE}\" }}}}" > ~/.lein/profiles.clj
test-cljs:
<<: *cljs

View file

@ -1,4 +1,4 @@
(defproject dda/c4k-mastodon-bot "0.1.6"
(defproject dda/c4k-mastodon-bot "0.1.7-SNAPSHOT"
:description "mastodon-bot c4k-installation package"
:url "https://www.domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"