From aafa7b012f41e36ca4d19492f0fc391512da2b2d Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Fri, 18 Aug 2023 10:18:29 -0700 Subject: [PATCH] CI: can't run a script in the repo before we've checked it out --- .github/workflows/rocky.yml | 2 -- .github/workflows/ubuntu.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/rocky.yml b/.github/workflows/rocky.yml index 388e55c8..b60ec330 100644 --- a/.github/workflows/rocky.yml +++ b/.github/workflows/rocky.yml @@ -48,8 +48,6 @@ jobs: options: --privileged steps: - - name: "Show Disk Usage" - run: "./assets/show-disk-space.sh" - name: "Install git" shell: bash # Mariner uses yum rather than dnf diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 4114b936..5a6f9b24 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -44,8 +44,6 @@ jobs: options: --privileged steps: - - name: "Show Disk Usage" - run: "./assets/show-disk-space.sh" - name: "set APT to non-interactive" shell: bash run: "echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections"