Skip to content

Commit 61a0c09

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

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ before_script:
3333

3434
script:
3535
- npm test
36-
# https://github.com/putaindecode/putaindecode.fr/issues/376
37-
#- if [ $TRAVIS_PULL_REQUEST = "false" ] && [ $TRAVIS_BRANCH = "master" ]; then npm run _deploy; fi
36+
- if [ $TRAVIS_PULL_REQUEST = "true" ] && [ $TRAVIS_BRANCH = "master" ]; then npm run _deploy; fi
3837

3938
env:
4039
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)