Removed some empty lines

This commit is contained in:
Oliver Davies 2015-04-09 17:15:05 +01:00
parent 62611d9541
commit ea5bcd6cb3

View file

@ -17,13 +17,9 @@ rm -rf ${BUILD_DIR}
git clone ${REPO} ${BUILD_DIR}
pushd ${BUILD_DIR}
git checkout -B ${BRANCH}
rsync --quiet --archive --filter="P .git*" --delete ../output_${ENV}/ ./
git add -A .
git commit -m "${LOG}"
git push origin ${BRANCH} --force
popd