Skip to content

Commit

Permalink
fix(makefile): precreate cache dirs for local runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic DePasquale authored Oct 1, 2021
1 parent ecb7a15 commit 0173c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf-build-harness.mk
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ifdef CI
@echo "=== Running in CI environment, running targets without docker"
$(MAKE) .$@
else
mkdir -p $(BUILD_CACHE)
mkdir -p $(BUILD_CACHE)/terraform/plugin-cache $(BUILD_CACHE)/bundle-cache $(BUILD_CACHE)/bundle
@$(DOCKER) sh -c "make .adduser && su tfbuild -c 'make .$@'"
endif

Expand Down

0 comments on commit 0173c54

Please sign in to comment.