From def0c8fe826fbf9ff5e009e888689f32954d52c6 Mon Sep 17 00:00:00 2001 From: Adam Drew Date: Wed, 1 Nov 2023 09:02:22 -0400 Subject: [PATCH] Test --- pr_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_check.sh b/pr_check.sh index 96aadbe9..71b3ff0e 100755 --- a/pr_check.sh +++ b/pr_check.sh @@ -13,7 +13,7 @@ docker rm -f $CONTAINER_NAME-run # This means that the pr_check_inner.sh script will be run in the context of the jenkins workspace # This confused me for a while because pr_check_inner.sh is also copied into the pr check container at build time # but the template_check.sh isn't. I couldn't figure out how it was sourcing it - +echo true docker buildx inspect --bootstrap docker buildx ls #docker buildx rm feo-builder || true