diff --git a/build.sh b/build.sh index 91255065..7875f052 100755 --- a/build.sh +++ b/build.sh @@ -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 \ No newline at end of file