Skip to content

Commit

Permalink
Improve output for generate-fake-stemcell-automation on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Sep 22, 2023
1 parent e3b2c2d commit 9743908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 9743908

Please sign in to comment.