Skip to content

Commit

Permalink
fix pip install arlas cli for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Jan 30, 2025
1 parent cac7dc1 commit 61aaa32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ echo "Build and release the image with version ${VERSION}"

# Make sure to install the published arlas_cli
sleep 5
pip3.10 install arlas_cli=$VERSION
pip3.10 install arlas_cli==$VERSION
sleep 5
pip3.10 install arlas_cli=$VERSION
pip3.10 install arlas_cli==$VERSION

# CONFIG FILE
arlas_cli --config-file /tmp/arlas-cli-release.conf --version
Expand Down

0 comments on commit 61aaa32

Please sign in to comment.