We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 421ee51 + 1adf2d0 commit 8a22c31Copy full SHA for 8a22c31
.github/workflows/build.yaml
@@ -206,14 +206,14 @@ jobs:
206
# trigger an EDU build by including "edu" in the tag
207
edu=${{ github.ref_type == 'tag' && contains(github.ref_name, 'edu') }}
208
echo "ref_type=${{ github.ref_type }}, ref_name=${{ github.ref_name }}, edu='$edu'"
209
+ branch=$AUTOBUILD_VCS_BRANCH
210
if [[ "$edu" == "true" ]]
211
then
212
export viewer_channel="Second Life Release edu"
213
elif [[ "$branch" == "develop" ]];
214
215
export viewer_channel="Second Life Develop"
216
else
- branch=$AUTOBUILD_VCS_BRANCH
217
IFS='/' read -ra ba <<< "$branch"
218
prefix=${ba[0]}
219
if [ "$prefix" == "project" ]; then
0 commit comments