From 234b8635bb8f4054fc1a796bb34c9d1b37129b06 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 13 May 2025 16:00:57 -0400 Subject: [PATCH] add and delete for less git churn --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8ff0b6b..d16fa8b 100644 --- a/Makefile +++ b/Makefile @@ -74,6 +74,7 @@ deploy-to-pipeline: fi @echo "Copy buildspecs from tfmod-pipeline" + mkdir -p ./buildspecs cp -r ../tfmod-pipeline/buildspecs/* ./buildspecs @echo "Creating zip file..."