add gergich label to review

fixes: CCI-169

Test-Plan:
make gergich give -1 and ensure it's marked in the correct
area in the PS

Change-Id: I471b92b075cbea00d9f505e666348d1e4aecc285
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/221678
Reviewed-by: Robert Lamb <rlamb@instructure.com>
Reviewed-by: S. Jacob Powell <spowell@instructure.com>
QA-Review: Rex Fleischer <rfleischer@instructure.com>
Product-Review: Rex Fleischer <rfleischer@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
This commit is contained in:
Rex Fleischer 2019-12-20 10:14:08 -08:00
parent 2edbedf0ff
commit b79c3551b4
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ set -ex
# the linters expect this to be here else it will just look at master # the linters expect this to be here else it will just look at master
export GERRIT_PATCHSET_REVISION=`git rev-parse HEAD` export GERRIT_PATCHSET_REVISION=`git rev-parse HEAD`
# ensure we run the gergich comments with the Lint-Review label
export GERGICH_REVIEW_LABEL="Lint-Review"
# we need to remove the hooks because compile_assets calls yarn install which will # we need to remove the hooks because compile_assets calls yarn install which will
# try to create the .git commit hooks # try to create the .git commit hooks
echo "" > ./script/install_hooks echo "" > ./script/install_hooks