From 62aa087ce2fd8e20c71631c5c47a3d72b60ec579 Mon Sep 17 00:00:00 2001 From: Sylvain Gaudan Date: Fri, 31 Jan 2025 09:20:02 +0100 Subject: [PATCH] fix install --- scripts/release.sh | 2 ++ version.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 12e7cb2..b581a22 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -32,10 +32,12 @@ echo "Build and release the image with version ${VERSION}" ./scripts/publish.sh $VERSION # Make sure to install the published arlas_cli +set +e sleep 5 pip3.10 install arlas_cli==$VERSION sleep 5 pip3.10 install arlas_cli==$VERSION +set -e # CONFIG FILE arlas_cli --config-file /tmp/arlas-cli-release.conf --version diff --git a/version.txt b/version.txt index 79b448d..4c43ab9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -26.3.3 +26.3.4