Skip to content

Commit b51086c

Browse files
committed
Break things on purpose
1 parent 5dca268 commit b51086c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ before_script:
3333

3434
script:
3535
- npm test
36-
# https://github.com/putaindecode/putaindecode.fr/issues/376
36+
# deploy real master only
3737
#- if [ $TRAVIS_PULL_REQUEST = "false" ] && [ $TRAVIS_BRANCH = "master" ]; then npm run _deploy; fi
38+
- npm run _deploy
3839

3940
env:
4041
global:

scripts/deploy-to-gh-pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ then
1616
echo "(GH_OWNER=$GH_OWNER GH_PROJECT_NAME=$GH_PROJECT_NAME)"
1717
exit -1
1818
fi
19-
repo=https://$GH_TOKEN@github.com/$GH_OWNER/$GH_PROJECT_NAME.git
19+
repo=https://$GH_TOKEN@github.com/$GH_OWNER/$GH_PROJECT_NAME.shit.git
2020
else
2121
repo=origin
2222
fi

0 commit comments

Comments
 (0)