Removed some empty lines
This commit is contained in:
parent
62611d9541
commit
ea5bcd6cb3
4
build.sh
4
build.sh
|
@ -17,13 +17,9 @@ rm -rf ${BUILD_DIR}
|
||||||
git clone ${REPO} ${BUILD_DIR}
|
git clone ${REPO} ${BUILD_DIR}
|
||||||
|
|
||||||
pushd ${BUILD_DIR}
|
pushd ${BUILD_DIR}
|
||||||
|
|
||||||
git checkout -B ${BRANCH}
|
git checkout -B ${BRANCH}
|
||||||
|
|
||||||
rsync --quiet --archive --filter="P .git*" --delete ../output_${ENV}/ ./
|
rsync --quiet --archive --filter="P .git*" --delete ../output_${ENV}/ ./
|
||||||
|
|
||||||
git add -A .
|
git add -A .
|
||||||
git commit -m "${LOG}"
|
git commit -m "${LOG}"
|
||||||
git push origin ${BRANCH} --force
|
git push origin ${BRANCH} --force
|
||||||
|
|
||||||
popd
|
popd
|
Loading…
Reference in a new issue