From b8c83c1802c97940cba1d68401b33bc8ff0230ac Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 9 Jul 2021 20:26:39 +0200 Subject: [PATCH] prepare release --- .gitlab-ci.yml | 2 +- README.md | 2 +- project.clj | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) 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"