summaryrefslogtreecommitdiff
path: root/BuildParams
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2021-06-29 17:45:13 -0400
committerNat Goodspeed <nat@lindenlab.com>2021-06-29 17:45:13 -0400
commitab185263fa43141ff325edb8dace25f99e685c3d (patch)
treeb8a6d2c18eca8808d22097c8a509d4c73071dc72 /BuildParams
parentf9a6e31c763a32215819291bd21e792e03fb95dc (diff)
SL-15500: Install git-hooks (and requirements) and run policy check
on the entire current (branch of the) viewer repo before starting any build.
Diffstat (limited to 'BuildParams')
-rwxr-xr-xBuildParams2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildParams b/BuildParams
index c5f96d5ee3..27ae40767a 100755
--- a/BuildParams
+++ b/BuildParams
@@ -14,7 +14,7 @@ build_docs = true
build_Linux_Doxygen = true
# Need viewer-build-variables as well as other shared repositories
-buildscripts_shared_more_NAMEs="build_secrets build_variables"
+buildscripts_shared_more_NAMEs="build_secrets build_variables git_hooks"
################################################################
#### Examples of how to set the viewer_channel ####