Skip to content

Commit

Permalink
build: change default to latest (#289)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tdstein committed Sep 13, 2024
1 parent 3832b43 commit 23aec5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DOCKER_PROJECT_IMAGE_TAG ?= $(PROJECT_NAME):latest
# Connect settings
CONNECT_BOOTSTRAP_SECRETKEY ?= $(shell head -c 32 /dev/random | base64)

.DEFAULT_GOAL := all
.DEFAULT_GOAL := latest

.PHONY: $(CONNECT_VERSIONS) \
all \
Expand Down

0 comments on commit 23aec5e

Please sign in to comment.