CI: can't run a script in the repo before we've checked it out

This commit is contained in:
Wez Furlong
2023-08-18 10:18:29 -07:00
parent bbe1cab88a
commit aafa7b012f
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -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
-2
View File
@@ -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"