Skip to content

Commit

Permalink
fix: dev build can set DEV_IMAGE=true (#2440)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Eftimie <[email protected]>

Signed-off-by: Alex Eftimie <[email protected]>
  • Loading branch information
alexef authored Nov 29, 2022
1 parent 7f34c52 commit 3342427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ VERSION=$(shell if [ ! -z "${GIT_TAG}" ] ; then echo "${GIT_TAG}" | sed -e "s/^v
DOCKER_PUSH=false
IMAGE_TAG=latest
# build development images
DEV_IMAGE=false
DEV_IMAGE ?= false

# E2E variables
E2E_INSTANCE_ID ?= argo-rollouts-e2e
Expand Down

0 comments on commit 3342427

Please sign in to comment.