Update check_git_apply.yaml
This commit is contained in:
parent
a4abb945ef
commit
7686c97268
14
.github/workflows/check_git_apply.yaml
vendored
14
.github/workflows/check_git_apply.yaml
vendored
@ -19,6 +19,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: uazo/build-deps:latest
|
image: uazo/build-deps:latest
|
||||||
env:
|
env:
|
||||||
|
GITHUB_SHA: ${{ github.event.inputs.rtag }}
|
||||||
REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket
|
REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket
|
||||||
USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images
|
USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images
|
||||||
volumes:
|
volumes:
|
||||||
@ -37,7 +38,11 @@ jobs:
|
|||||||
export http_proxy=http://172.18.0.1:8118
|
export http_proxy=http://172.18.0.1:8118
|
||||||
export https_proxy=http://172.18.0.1:8118
|
export https_proxy=http://172.18.0.1:8118
|
||||||
|
|
||||||
sudo apt install -y wget unzip tar sed dos2unix patchutils wiggle curl nano
|
wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
|
||||||
|
sudo dpkg -i packages-microsoft-prod.deb
|
||||||
|
rm packages-microsoft-prod.deb
|
||||||
|
|
||||||
|
sudo apt install -y wget unzip tar sed dos2unix patchutils wiggle curl nano aspnetcore-runtime-6.0
|
||||||
|
|
||||||
wget https://github.com/uazo/superpatch/releases/latest/download/SuperPatchUtils.tar.gz
|
wget https://github.com/uazo/superpatch/releases/latest/download/SuperPatchUtils.tar.gz
|
||||||
tar xfz SuperPatchUtils.tar.gz
|
tar xfz SuperPatchUtils.tar.gz
|
||||||
@ -51,13 +56,6 @@ jobs:
|
|||||||
BRANCH=$(curl https://github.com/uazo/bromite/branch_commits/$GITHUB_SHA | ./pup -p li.branch:last-child a text{})
|
BRANCH=$(curl https://github.com/uazo/bromite/branch_commits/$GITHUB_SHA | ./pup -p li.branch:last-child a text{})
|
||||||
echo "BRANCH=$BRANCH" >> $GITHUB_ENV
|
echo "BRANCH=$BRANCH" >> $GITHUB_ENV
|
||||||
|
|
||||||
wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
|
|
||||||
sudo dpkg -i packages-microsoft-prod.deb
|
|
||||||
rm packages-microsoft-prod.deb
|
|
||||||
|
|
||||||
sudo apt-get update && \
|
|
||||||
sudo apt-get install -y aspnetcore-runtime-6.0
|
|
||||||
|
|
||||||
test -d /github/home/.vscode-server || sudo mkdir /github/home/.vscode-server
|
test -d /github/home/.vscode-server || sudo mkdir /github/home/.vscode-server
|
||||||
sudo chown lg /github/home/.vscode-server
|
sudo chown lg /github/home/.vscode-server
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user