Skip to content

Commit

Permalink
pin cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Feb 28, 2024
1 parent 838789d commit 9cf3e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo "Current branch is $BRANCH_NAME"
install_bindplane_cli() {
curl -Ls \
-o bindplane.zip \
https://storage.googleapis.com/bindplane-op-releases/bindplane/latest/bindplane-ee-linux-amd64.zip
https://storage.googleapis.com/bindplane-op-releases/bindplane/1.46.0/bindplane-ee-linux-amd64.zip

mkdir -p ~/bin
export PATH=$PATH:~/bin
Expand Down

0 comments on commit 9cf3e30

Please sign in to comment.