Skip to content

Commit

Permalink
run on self hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Jun 19, 2024
1 parent d31a211 commit fc223f2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
if: ${{ !contains(github.event.head_commit.message, 'skipci') }}
outputs:
app_list: ${{ steps.find_changed_recipes.outputs.app_list }}
runner: ${{ steps.select_runner.outputs.runner }}
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 0 additions & 4 deletions recipes/defacing/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ pip3 install packaging

sudo apt install p7zip

sudo apt remove docker
wget https://desktop.docker.com/linux/main/amd64/131620/docker-desktop-4.26.1-x86_64.rpm
sudo dpkg -i docker-desktop-4.26.1-x86_64.rpm

python ../checkDockerVersion.py

# build zip file
Expand Down

0 comments on commit fc223f2

Please sign in to comment.