Skip to content

Commit

Permalink
Set powershell as the shell for Make
Browse files Browse the repository at this point in the history
- remove previous debugging attempts
  • Loading branch information
aramprice committed Sep 22, 2023
1 parent 79d0015 commit 4ddd388
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ PSMODULES_SOURCES = $(shell find ./modules | grep -v .git | grep -vi "test" | gr
BOSH_AGENT_SOURCES = $(shell find $(BOSH_AGENT_REPO) | egrep -v ".git|test.go|fake|.md")

ifeq ($(OS),Windows_NT)
SHELL := powershell.exe
.SHELLFLAGS := -NoProfile -Command

COMMAND = out/stembuild.exe
CP = cp
else
Expand Down Expand Up @@ -49,10 +52,6 @@ integration-badger : generate-fake-stemcell-automation
go run github.com/onsi/ginkgo/v2/ginkgo -r -v --randomize-all --until-it-fails --timeout 3h integration

generate-fake-stemcell-automation:
pwd
ls assets/
ls integration/construct/assets/
$(CP) LICENSE LICENSE.new
$(CP) integration/construct/assets/StemcellAutomation.zip assets/

generate: assets/StemcellAutomation.zip
Expand Down

0 comments on commit 4ddd388

Please sign in to comment.