Skip to content

Commit 0973ef4

Browse files
committed
do not touch readme file
1 parent eb42ac5 commit 0973ef4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_scripts/deploy-offline-build-branch.sh

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ rm -r temp
3030
set -e
3131
cd "$OFFLINE_BUILD_FOLDER"
3232
echo "Commit offline version into branch \"$BRANCH\""
33+
git checkout README.md # do not commit the change in the readme as we want to document the branch
3334
git add --all .
3435
if git commit -am"Automated build $TRAVIS_BUILD_NUMBER"; then
3536
git push -f -q "$REMOTE" "$BRANCH:$BRANCH"

0 commit comments

Comments
 (0)