Skip to content

Commit

Permalink
Merge pull request #272 from hyperledger-labs/release-script-fix
Browse files Browse the repository at this point in the history
Release script fix
  • Loading branch information
Jakub Dzikowski authored Jan 5, 2022
2 parents aaefa3b + 590bfd2 commit 5dfec18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fablo-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ read -r -p "Are you sure? [y/N] " response

# shellcheck disable=SC2039
if [[ "$response" =~ ^([yY][eE][sS]|[yY])$ ]]; then
"$FABLO_HOME/fablo-build.sh"
(cd "$FABLO_HOME" && ./fablo-build.sh)
docker login -u "$login"
docker push softwaremill/fablo:"$FABLO_VERSION"
else
Expand Down

0 comments on commit 5dfec18

Please sign in to comment.