Skip to content

Commit

Permalink
Correcting path to PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
gudmdharalds committed Oct 3, 2017
1 parent 2300117 commit 40660c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if [ ! -d ~/vip-go-ci-tools ] ; then
rm -f tools-init.sh
fi
~/vip-go-ci-tools/vip-go-ci/vip-go-ci.php --repo-owner=... --repo-name=... --commit="$BUILD_VCS_NUMBER" --token=... --local-git-repo=... --phpcs=true --lint=true --phpcs-path="$HOME/vip-go-ci-utils/phpcs/bin/phpcs"
~/vip-go-ci-tools/vip-go-ci/vip-go-ci.php --repo-owner=... --repo-name=... --commit="$BUILD_VCS_NUMBER" --token=... --local-git-repo=... --phpcs=true --lint=true --phpcs-path="$HOME/vip-go-ci-tools/phpcs/bin/phpcs"
```

The parameters should be pretty-much self-explanatory. Note that --commit should be left exactly as shown above, as `$BUILD_VCS_NUMBER` is populated by TeamCity.
Expand Down

0 comments on commit 40660c0

Please sign in to comment.