Skip to content

Commit

Permalink
🐛 Release bash script use proper eval. (#5827)
Browse files Browse the repository at this point in the history
  • Loading branch information
davinchia committed Sep 3, 2021
1 parent 30b3eb9 commit 9f2394d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bin/release_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [[ -z "${DOCKER_PASSWORD}" ]]; then
exit 1;
fi

docker login -u airbytebot -p $DOCKER_PASSWORD
docker login -u airbytebot -p "${DOCKER_PASSWORD}"

PREV_VERSION=$(grep VERSION .env | cut -d"=" -f2)

Expand Down

0 comments on commit 9f2394d

Please sign in to comment.