From f25235b8ff529cf3cd31220536bd6c8a4a164045 Mon Sep 17 00:00:00 2001 From: Jonas Bardino Date: Tue, 26 Mar 2024 18:21:32 +0100 Subject: [PATCH] Pass 'y' to accept removal in distclean. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22966a92..b27ee510 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Build images run: | echo "NOTE: run complete clean first to rule out any stale cache" - make distclean + echo y | make distclean make init echo "# NOTE: use absolute paths to current dir to get docker bind mounts to work" > ci.env echo "DOCKER_MIGRID_ROOT=$PWD" >> ci.env