mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-05 18:18:56 +00:00
CI: can't run a script in the repo before we've checked it out
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user