From 97439088f8ee27a5b0d9316b60a694299770431d Mon Sep 17 00:00:00 2001 From: aram price Date: Fri, 22 Sep 2023 16:38:12 -0700 Subject: [PATCH] Improve output for `generate-fake-stemcell-automation` on windows --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index aaae5c3e..95cddd05 100644 --- a/Makefile +++ b/Makefile @@ -50,9 +50,9 @@ integration-badger : generate-fake-stemcell-automation ifeq ($(OS),Windows_NT) generate-fake-stemcell-automation: - @echo "This is a NO-OP on Windows" + @echo "The 'generate-fake-stemcell-automation' is a NO-OP on Windows because:" @echo " - in CI the command 'cp' fails on Windows workers" - @echo " - in CI we pre-generate the output of 'generate-fake-stemcell-automation' on a linux worker" + @echo " - in CI we copy the output of running the task on a linux worker" else generate-fake-stemcell-automation: $(CP) integration/construct/assets/StemcellAutomation.zip assets/