summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-06-28 17:15:06 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-06-28 17:15:06 -0400
commit41d937d2c03502c31c4366e75ebe5dbcf7b0d906 (patch)
treec47d12696968d9cd308abae80f81e2c389933b99 /.github
parentab6fd15d6184e3aab69f1bef0fb98c2d3d257408 (diff)
SL-18837: Don't try to engage git-hooks explicitly at all.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index e7608657e3..40759823ad 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -43,7 +43,6 @@ jobs:
BUILDSCRIPTS_SHARED: ${{ github.workspace }}/.shared
# extracted and committed to viewer repo
BUILDSCRIPTS_SUPPORT_FUNCTIONS: ${{ github.workspace }}/buildscripts_support_functions
- git_hooks_checkout: ${{ github.workspace }}/.git-hooks
GIT_REF: ${{ github.head_ref || github.ref }}
LL_SKIP_REQUIRE_SYSROOT: 1
# Setting this variable directs Linden's TUT test driver code to capture
@@ -72,12 +71,6 @@ jobs:
ref: viewer
path: .build-variables
- - name: Checkout git-hooks
- uses: actions/checkout@v3
- with:
- repository: secondlife/git-hooks
- path: .git-hooks
-
- name: Checkout master-message-template
uses: actions/checkout@v3
with: