Skip to content

Commit 23aec5e

Browse files
authored
build: change default to latest (#289)
This changes the behavior of the `make it` command from "./Makefile". The `make it` command is only used for convenience. Otherwise, the "./integration/Makefile" is used directly for integration testing.
1 parent 3832b43 commit 23aec5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DOCKER_PROJECT_IMAGE_TAG ?= $(PROJECT_NAME):latest
88
# Connect settings
99
CONNECT_BOOTSTRAP_SECRETKEY ?= $(shell head -c 32 /dev/random | base64)
1010

11-
.DEFAULT_GOAL := all
11+
.DEFAULT_GOAL := latest
1212

1313
.PHONY: $(CONNECT_VERSIONS) \
1414
all \

0 commit comments

Comments
 (0)