From 76f43c2d91f39bbfa404fa993050e9975cae4f3a Mon Sep 17 00:00:00 2001 From: Pavlo Rudy Date: Sat, 7 Oct 2023 17:30:30 +0300 Subject: [PATCH] Update bundler.yml --- .github/workflows/bundler.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bundler.yml b/.github/workflows/bundler.yml index 2ec50cb..a1ecfd3 100644 --- a/.github/workflows/bundler.yml +++ b/.github/workflows/bundler.yml @@ -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 @@ -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