diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8186550..2cc7abc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ services: - mkdir -p /root/.lein - echo "{:auth {:repository-auth {#\"clojars\" {:username \"${CLOJARS_USER}\" :password \"${CLOJARS_TOKEN_DOMAINDRIVENARCHITECTURE}\" }}}}" > ~/.lein/profiles.clj -.test-cljs: +test-cljs: <<: *cljs stage: build_and_test script: diff --git a/README.md b/README.md index 84de6ec..a7283dd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The package aims to a low load sceanrio. ## Status -This is just a POC, database is stored volatile, there is no backup implemented. +This is under development. ## License diff --git a/project.clj b/project.clj index bd123b6..f7b22a4 100644 --- a/project.clj +++ b/project.clj @@ -29,7 +29,6 @@ ["change" "version" "leiningen.release/bump-version" "release"] ["vcs" "commit"] ["vcs" "tag"] - ["deploy"] ["change" "version" "leiningen.release/bump-version"]] :aliases {"native" ["shell" "native-image"