Skip to content

Commit 8e974c6

Browse files
committed
test: artifacts as absolute path
1 parent 5dc87d1 commit 8e974c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ E2E_WORKER_MACHINE_SIZE ?= "v1-small-x86"
121121
E2E_FIREWALL_IMAGE ?= "firewall-ubuntu-3.0"
122122
E2E_FIREWALL_SIZE ?= "v1-small-x86"
123123
E2E_FIREWALL_NETWORKS ?= "internet-mini-lab"
124-
ARTIFACTS ?= "_artifacts"
124+
ARTIFACTS ?= "$(PWD)/_artifacts"
125125

126126
.PHONY: test-e2e
127127
test-e2e: manifests generate fmt vet

0 commit comments

Comments
 (0)