diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-05-16 17:08:22 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-05-16 17:08:22 -0400 |
commit | 9edb436c777e68c3c7c22c78ea2bc1e5232df82f (patch) | |
tree | 3162e26827650253581255970f437da2af6314c5 /.github/workflows | |
parent | fe14534c57b97c2ab3bfd9eade681f6a404f72a2 (diff) | |
parent | e1623bb276f83a43ce7a197e388720c05bdefe61 (diff) |
Merge branch 'main' into nat/catch-test-blown-stack.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4f35b2c813..f77d84be4f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -225,7 +225,7 @@ jobs: # determine the viewer channel from the branch name branch=$AUTOBUILD_VCS_BRANCH - IFS='/' read -ra ba <<< $branch + IFS='/' read -ra ba <<< "$branch" prefix=${ba[0]} if [ "$prefix" == "project" ]; then IFS='_' read -ra prj <<< "${ba[1]}" |