Skip to content

Commit 7ba9fa4

Browse files
committed
Use the correct build variables branch when doing a release
1 parent 71e3b1d commit 7ba9fa4

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/build_release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
7070
token: ${{ secrets.SHARED_AUTOBUILD_GITHUB_TOKEN }}
7171
setup-python: false
7272
setup-autobuild: false
73-
build-variables-ref: 'universal'
7473

7574
release:
7675
name: "Upload autobuild packages to release"

init_debian_buster.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,4 @@ update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-11 100
3535
cd /root
3636
git clone https://github.com/secondlife/build-variables.git
3737
cd build-variables
38-
# Use the same branch as the github action
39-
git checkout universal
4038
echo 'export AUTOBUILD_VARIABLES_FILE=/root/build-variables/variables' >> ~/.bashrc

0 commit comments

Comments
 (0)