Skip to content

Commit

Permalink
#84 remove additional precondition!
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyweston committed Sep 1, 2019
1 parent f3afca0 commit 77bd60f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions release_debian_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ then
echo "Usage: ./release_debian_package <pgp passphrase>"
exit -1
fi
if [ ! -f "target/temperature-machine_*.deb" ]; then
echo ".deb package not exist, run sbt 'debian:packageBin' and try again"
exit 1
fi

RELEASE_FOLDER=target/release-debian-package
ROOT_FOLDER=$(pwd)
Expand Down

0 comments on commit 77bd60f

Please sign in to comment.