From e44e65df186d39ca875487592a0b635b448ad7c8 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 21 May 2021 18:24:11 +0200 Subject: [PATCH] deactivate cljs --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e90cdb..f5adbd7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ stages: before_script: - echo "{:auth {:repository-auth {#\"clojars\" {:username \"${CLOJARS_USER}\" :password \"${CLOJARS_PASSWORD}\" }}}}" > ~/.lein/profiles.clj -test-cljs: +.test-cljs: <<: *cljs stage: build_and_test script: @@ -38,7 +38,7 @@ test-clj: script: - lein test -report-frontend: +.report-frontend: <<: *cljs stage: package script: @@ -48,7 +48,7 @@ report-frontend: paths: - target/frontend-build/build-report.html -package-frontend: +.package-frontend: <<: *cljs stage: package script: