corrected build and upload

This commit is contained in:
Stephen Gaito 2019-11-28 13:49:35 +00:00
parent 8fe76e3086
commit 1000742831
2 changed files with 9 additions and 1 deletions

View File

@ -31,7 +31,7 @@ DOCKERFILE_HERE_DOC
cd ..
docker build -t $DOCKER_USERNAME/pdf2htmlex:$PDF2THMLEX_BRANCH-$BUILD_TIME dockerDir
docker build -t $DOCKER_USERNAME/pdf2htmlex:$PDF2HTMLEX_BRANCH-$BUILD_TIME dockerDir
else
echo "Docker is not installed... skipping creation of a docker image."

View File

@ -35,6 +35,14 @@ You can download the AppImage and 'just run it'.
See: https://appimage.org/ for details
RELEASE_MESSAGE
echo ""
echo "---------------------------------------------------------------"
echo "upload tool body:
echo "---------------------------------------------------------------"
echo $UPLOADTOOL_BODY
echo "---------------------------------------------------------------"
echo ""
bash upload.sh $APPIMAGE_NAME appImageName dockerImageName buildTime
else