Skip to content

Commit

Permalink
removed variable - cannot get picked up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Nov 6, 2018
1 parent 1a00597 commit cc6c527
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 @@ -55,8 +55,8 @@ for:
- ps: $(git remote set-branches --add origin develop | Out-Host; $?) -or $(exit 1 | Out-Host; $?)
- git fetch origin develop
- git checkout --track origin/develop
- git checkout $env:APPVEYOR_REPO_BRANCH
- git checkout develop
- git checkout ci
- git checkout develop -- src
- yarn
- yarn run clean
- yarn run unit
Expand Down

0 comments on commit cc6c527

Please sign in to comment.