Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 5c7dbfe

Browse files
committed
fix: correct skip_image_build initialization
Signed-off-by: Chris Privitere <[email protected]>
1 parent 3ea79b3 commit 5c7dbfe

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
@@ -168,7 +168,7 @@ endif
168168
# Additinal GINKGO overrides
169169
GINKGO_FLAKE_ATTEMPTS ?= 0
170170
E2E_CONF_FILE_SOURCE ?= $(ROOT_DIR)/$(TEST_DIR)/e2e/config/packet-ci.yaml
171-
SKIP_IMAGE_BUILD ?= false
171+
SKIP_IMAGE_BUILD ?=
172172

173173
ARTIFACTS ?= $(ROOT_DIR)/_artifacts
174174

0 commit comments

Comments
 (0)