Skip to content

Commit

Permalink
remove unused pip login
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed May 14, 2024
1 parent 963901d commit 4133c63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions release/release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash
[ -z "$1" ] && echo "Please provide the version" && exit 1;
if [ -z "$PIP_LOGIN" ] ; then echo "Please set PIP_LOGIN environment variable"; exit -1; fi
if [ -z "$PIP_PASSWORD" ] ; then echo "Please set PIP_PASSWORD environment variable"; exit -1; fi
VERSION=$1
echo "Build and releas the image with version ${VERSION}"

Expand Down

0 comments on commit 4133c63

Please sign in to comment.