Skip to content

Commit 3342427

Browse files
authored
fix: dev build can set DEV_IMAGE=true (argoproj#2440)
Signed-off-by: Alex Eftimie <[email protected]> Signed-off-by: Alex Eftimie <[email protected]>
1 parent 7f34c52 commit 3342427

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
@@ -16,7 +16,7 @@ VERSION=$(shell if [ ! -z "${GIT_TAG}" ] ; then echo "${GIT_TAG}" | sed -e "s/^v
1616
DOCKER_PUSH=false
1717
IMAGE_TAG=latest
1818
# build development images
19-
DEV_IMAGE=false
19+
DEV_IMAGE ?= false
2020

2121
# E2E variables
2222
E2E_INSTANCE_ID ?= argo-rollouts-e2e

0 commit comments

Comments
 (0)