[Project] fixing createBundle.sh

This commit is contained in:
Robert von Burg 2014-09-19 23:15:54 +02:00
parent 537c092b90
commit 2ac3336bf8
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@ if ! tar -cvzf ${projectName}-${projectVersion}.tar.gz ${projectName} ; then
fi
if [ "$(hostname -f)" == "${DEPLOY_SERVER}" ] ; then
if ! cp "${workDir}" "${DIST_STROLCH}" ; then
echo "ERROR: Failed to publish package for project ${name}."
if ! cp "${workDir}/*" "${DIST_STROLCH}" ; then
echo "ERROR: Failed to publish packages."
exit 1
fi