Skip to content

Commit b6a67f8

Browse files
committed
Set git config correctly in before_deploy
1 parent 95d56a0 commit b6a67f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ after_failure:
4343

4444
before_deploy:
4545
- git clone https://github.com/travis-ci/dpl.git
46+
- pushd dpl
4647
- git config user.email "[email protected]"
4748
- git config user.name "Your Name"
48-
- pushd dpl
4949
- unset CI
5050
- git remote add jw https://github.com/johanneswuerbach/dpl.git
5151
- git fetch jw

0 commit comments

Comments
 (0)