Skip to content

Commit

Permalink
Update bundler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcarroty authored Oct 7, 2023
1 parent 9fbc4cb commit 76f43c2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ on:
types: [build]

jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- run: sudo rm -rf /opt; sudo docker system prune -all

mixer:
runs-on: ubuntu-latest
container:
image: clearlinux:latest
volumes:
- /opt:/opt
options: --privileged --cap-add=SYS_ADMIN
steps:
- name: Download artifact
Expand All @@ -26,6 +23,7 @@ jobs:
- name: Build new release
shell: bash
run: |
rm -rf /opt/*
swupd bundle-add curl --quiet
cd /home && curl -s -LO https://github.com/clearfraction/bundles/raw/master/build.sh && chmod +x build.sh
./build.sh
Expand Down

0 comments on commit 76f43c2

Please sign in to comment.