From f8bfca04667b3c43eb20c1570843a3e7fe55ab75 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 22 Jan 2020 00:59:46 +0000 Subject: [PATCH] GitHub Actions: Do not generate ISO --- .github/workflows/ubuntu.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index d605cb2..923a16f 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -31,26 +31,3 @@ jobs: run: | . ~/.nix-profile/etc/profile.d/nix.sh make nix - - live-iso: - name: Live ISO - runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' - steps: - - uses: actions/checkout@v1 - - - name: Install Nix - run: | - curl https://nixos.org/nix/install | sh - . ~/.nix-profile/etc/profile.d/nix.sh - nix-channel --update - - - name: Generate Live ISO - run: | - . ~/.nix-profile/etc/profile.d/nix.sh - make -C os live-iso - - - uses: actions/upload-artifact@v1 - with: - name: $Placeholder OS Live ISO - path: os/appvm.iso