Skip to content

Commit

Permalink
ci: corrected syntax (and similarly removed variable)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Nov 6, 2018
1 parent cc6c527 commit 78f7ddb
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 @@ -66,8 +66,8 @@ for:
- yarn run cucumber:report:badge
on_success:
- ps: $(git add --all . | Out-Host; $?) -or $(exit 1 | Out-Host; $?)
- git commit -m 'appveyor Updating branch from appveyor build.'
- git push origin $env:APPVEYOR_REPO_BRANCH
- ps: $(git commit -m "appveyor Updating branch from appveyor build." | Out-Host; $?) -or $(exit 1 | Out-Host; $?)
- git push origin ci
build: off
deploy: off
configuration: Mergeandtest
Expand Down

0 comments on commit 78f7ddb

Please sign in to comment.