Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
2c5066f1
Commit
2c5066f1
authored
1 year ago
by
Nat Goodspeed
Browse files
Options
Downloads
Patches
Plain Diff
DRTVWR-601: Use viewer-build-util/which-branch to determine branch.
parent
6f4dcd58
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/build.yaml
+8
-6
8 additions, 6 deletions
.github/workflows/build.yaml
with
8 additions
and
6 deletions
.github/workflows/build.yaml
+
8
−
6
View file @
2c5066f1
...
@@ -99,10 +99,17 @@ jobs:
...
@@ -99,10 +99,17 @@ jobs:
if
:
runner.os == 'Windows'
if
:
runner.os == 'Windows'
run
:
choco install nsis-unicode
run
:
choco install nsis-unicode
-
name
:
Determine source branch
id
:
which-branch
uses
:
secondlife/viewer-build-util/which-branch@v1
with
:
token
:
${{ github.token }}
-
name
:
Build
-
name
:
Build
id
:
build
id
:
build
shell
:
bash
shell
:
bash
env
:
env
:
AUTOBUILD_VCS_BRANCH
:
${{ steps.which-branch.outputs.branch }}
RUNNER_OS
:
${{ runner.os }}
RUNNER_OS
:
${{ runner.os }}
run
:
|
run
:
|
# set up things the viewer's build.sh script expects
# set up things the viewer's build.sh script expects
...
@@ -153,7 +160,7 @@ jobs:
...
@@ -153,7 +160,7 @@ jobs:
}
}
repo_branch()
repo_branch()
{
{
git -C "$1" branch | grep '^* ' | cut -c 3-
echo "$AUTOBUILD_VCS_BRANCH"
}
}
record_dependencies_graph()
record_dependencies_graph()
{
{
...
@@ -195,11 +202,6 @@ jobs:
...
@@ -195,11 +202,6 @@ jobs:
fi
fi
export PYTHON_COMMAND_NATIVE="$(native_path "$PYTHON_COMMAND")"
export PYTHON_COMMAND_NATIVE="$(native_path "$PYTHON_COMMAND")"
# branch will be something like "origin/mybranch"
branch="$(git branch -r --contains ${{ github.event.pull_request.head.sha || github.sha }} | head -n 1)"
# strip off "origin/"
export AUTOBUILD_VCS_BRANCH="${branch#*/}"
./build.sh
./build.sh
# Each artifact is downloaded as a distinct .zip file. Multiple jobs
# Each artifact is downloaded as a distinct .zip file. Multiple jobs
...
...
This diff is collapsed.
Click to expand it.
Rye Mutt
@rye
mentioned in commit
9b3d4325
·
1 year ago
mentioned in commit
9b3d4325
mentioned in commit 9b3d4325d9f049bc7315e3772eee2fb5e4bfc83a
Toggle commit list
Rye Mutt
@rye
mentioned in commit
ff1741ce
·
11 months ago
mentioned in commit
ff1741ce
mentioned in commit ff1741cecae0fac6d94507fa4a6e4662219af707
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment