Skip to content

Commit

Permalink
Headballing myself onto wall
Browse files Browse the repository at this point in the history
  • Loading branch information
theVakhovskeIsTaken authored Mar 23, 2024
1 parent e648fe2 commit 45f9273
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,4 @@ jobs:
uses: docker://archlinux:latest
with:
args: |
pacman-key --init
pacman --noconfirm -Syu btrfs-progs archiso git reflector
git clone https://github.com/holoiso-staging/buildroot buildroot
git clone https://github.com/holoiso-staging/postcopy -b beta buildroot/postcopy_beta
mkdir -p $(pwd)/output $(pwd)/workdir
bash buildroot/build.sh --flavor beta --deployment_rel beta --snapshot_ver "${GITHUB_REF_NAME}" --workdir $(pwd)/workdir --output-dir $(pwd)/output/holoiso-images --add-release
pacman-key --init && pacman --noconfirm -Syu btrfs-progs archiso git reflector && git clone https://github.com/holoiso-staging/buildroot buildroot && git clone https://github.com/holoiso-staging/postcopy -b beta buildroot/postcopy_beta && mkdir -p $(pwd)/output $(pwd)/workdir && bash buildroot/build.sh --flavor beta --deployment_rel beta --snapshot_ver "${GITHUB_REF_NAME}" --workdir $(pwd)/workdir --output-dir $(pwd)/output/holoiso-images --add-release

0 comments on commit 45f9273

Please sign in to comment.