Skip to content

Commit e728d0f

Browse files
committed
Update commit var
Signed-off-by: Riddhesh Sanghvi <riddhesh237@gmail.com>
1 parent 9f89806 commit e728d0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ if [[ "$ENABLE_STATUS_CHECKS" == "true" ]]; then
362362
esac
363363

364364

365-
php $VIP_GO_CI_TOOLS_DIR/vip-go-ci/github-commit-status.php --repo-owner="$GITHUB_REPOSITORY_OWNER" --repo-name="$GITHUB_REPOSITORY_NAME" --github-token="$GH_BOT_TOKEN" --github-commit="$commit" --build-context='PHPCS Code Review by rtCamp' --build-description="$BUILD_DESCRIPTION" --build-state="$BUILD_STATE"
365+
php $VIP_GO_CI_TOOLS_DIR/vip-go-ci/github-commit-status.php --repo-owner="$GITHUB_REPOSITORY_OWNER" --repo-name="$GITHUB_REPOSITORY_NAME" --github-token="$GH_BOT_TOKEN" --github-commit="$COMMIT_ID" --build-context='PHPCS Code Review by rtCamp' --build-description="$BUILD_DESCRIPTION" --build-state="$BUILD_STATE"
366366
else
367367
"${PHPCS_CMD[@]}"
368368
fi

0 commit comments

Comments
 (0)