Skip to content
Snippets Groups Projects
Unverified Commit 7854053a authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Bump clojure CLI to the latest version in CI (#21449)

parent 15bc0269
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,5 @@ RUN apt-key adv --refresh-keys --keyserver keyserver.ubuntu.com\
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash
RUN apt-get update && apt-get -y install --no-install-recommends nodejs
RUN curl -O https://download.clojure.org/install/linux-install-1.10.3.933.sh \
&& bash ./linux-install-1.10.3.933.sh
\ No newline at end of file
RUN curl -O https://download.clojure.org/install/linux-install-1.11.0.1100.sh \
&& bash ./linux-install-1.11.0.1100.sh
......@@ -5,7 +5,7 @@ inputs:
default: '11'
clojure-version:
required: true
default: '1.10.3.933'
default: '1.11.0.1100'
m2-cache-key:
description: 'Key to cache M2 packages from Maven Central'
required: true
......
......@@ -9,9 +9,9 @@ export PATH="$PATH:$JAVA_HOME/bin"
which java
# install clojure version needed for Metabase
curl -O https://download.clojure.org/install/linux-install-1.10.3.933.sh
chmod +x linux-install-1.10.3.933.sh
./linux-install-1.10.3.933.sh
curl -O https://download.clojure.org/install/linux-install-1.11.0.1100.sh
chmod +x linux-install-1.11.0.1100.sh
./linux-install-1.11.0.1100.sh
RESOURCES_DIR=/app/source/resources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment