Skip to content

Commit

Permalink
ci: fix e2e tests for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
phm07 committed Nov 2, 2023
1 parent 79c0bf1 commit 26d01ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
NAME=hcloud
BINARY=packer-plugin-${NAME}
PACKER_PLUGIN_PATH?=~/.config/packer/plugins

ifdef PACKER_PLUGIN_PATH
PACKER_PLUGIN_PATH := $(PACKER_PLUGIN_PATH)
else
PACKER_PLUGIN_PATH := ~/.config/packer/plugins
endif

COUNT?=1
TEST?=./...
Expand Down

0 comments on commit 26d01ff

Please sign in to comment.