Skip to content

Commit

Permalink
fix: typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
buehner authored and groldan committed Sep 26, 2024
1 parent c3ffb0b commit 229374f
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 @@ -19,7 +19,7 @@ test:
./mvnw verify -ntp -T4

build-base-images:
./mvnw clean package -f src/apps/base-images -DksipTests -T4 && \
./mvnw clean package -f src/apps/base-images -DskipTests -T4 && \
COMPOSE_DOCKER_CLI_BUILD=1 \
DOCKER_BUILDKIT=1 \
TAG=$(TAG) \
Expand Down

0 comments on commit 229374f

Please sign in to comment.