From 885e9ae923fb8bb4c53e4a42f5954714a0021247 Mon Sep 17 00:00:00 2001 From: Peter Van Dyken <87136354+pvandyken@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:35:26 -0500 Subject: [PATCH] Delete scratch/Dancefile.inject --- scratch/Dancefile.inject | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 scratch/Dancefile.inject diff --git a/scratch/Dancefile.inject b/scratch/Dancefile.inject deleted file mode 100644 index 7d519b5d..00000000 --- a/scratch/Dancefile.inject +++ /dev/null @@ -1,3 +0,0 @@ -FROM busybox:1 -COPY buildstamp buildstamp -RUN --mount=type=cache,target="/root/.cache/go-build" --mount=type=bind,source=.,target=/var/dance-cache cp -p -R /var/dance-cache/. "/root/.cache/go-build" || true