Skip to content

Commit

Permalink
minimise commit to avoid timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Nov 6, 2018
1 parent 78f7ddb commit 9a0fcf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ for:
after_test:
- yarn run cucumber:report:badge
on_success:
- ps: $(git add --all . | Out-Host; $?) -or $(exit 1 | Out-Host; $?)
- ps: $(git commit -m "appveyor Updating branch from appveyor build." | Out-Host; $?) -or $(exit 1 | Out-Host; $?)
- git add test/cucumber_report.html test/cucumber_report.json README.md
- git commit -m "appveyor Updating branch from appveyor build."
- git push origin ci
build: off
deploy: off
Expand Down

0 comments on commit 9a0fcf8

Please sign in to comment.