Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit a698522

Browse files
Merge pull request #144 from justaprogrammer/more-more-docs
Reorder arguments
2 parents e2badcd + 347c20d commit a698522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrating.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ This example is based on AppVeyor, but this will work from any CI system. For mo
4242
4343
```yml
4444
on_finish:
45-
- IF NOT "%BCC_TOKEN%x"=="x" BCCMSBuildLog --cloneRoot "%APPVEYOR_BUILD_FOLDER%" --input output.binlog --output checkrun.json --ownerRepo %APPVEYOR_REPO_NAME% --hash %APPVEYOR_REPO_COMMIT%
46-
- IF NOT "%BCC_TOKEN%x"=="x" BCCSubmission -h %APPVEYOR_REPO_COMMIT% -i checkrun.json -t %BCC_TOKEN%
45+
- IF NOT "%BCC_TOKEN%x"=="x" BCCMSBuildLog --input output.binlog --output checkrun.json --cloneRoot "%APPVEYOR_BUILD_FOLDER%" --ownerRepo %APPVEYOR_REPO_NAME% --hash %APPVEYOR_REPO_COMMIT%
46+
- IF NOT "%BCC_TOKEN%x"=="x" BCCSubmission -i checkrun.json -h %APPVEYOR_REPO_COMMIT% -t %BCC_TOKEN%
4747
```
4848
4949
1. Enjoy your warnings and errors.

0 commit comments

Comments
 (0)