We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb42ac5 commit 0973ef4Copy full SHA for 0973ef4
_scripts/deploy-offline-build-branch.sh
@@ -30,6 +30,7 @@ rm -r temp
30
set -e
31
cd "$OFFLINE_BUILD_FOLDER"
32
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
34
git add --all .
35
if git commit -am"Automated build $TRAVIS_BUILD_NUMBER"; then
36
git push -f -q "$REMOTE" "$BRANCH:$BRANCH"
0 commit comments