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:
parent
2edbedf0ff
commit
b79c3551b4
|
@ -21,6 +21,9 @@ set -ex
|
|||
# the linters expect this to be here else it will just look at master
|
||||
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
|
||||
# try to create the .git commit hooks
|
||||
echo "" > ./script/install_hooks
|
||||
|
|
Loading…
Reference in New Issue