Skip to content

Commit

Permalink
Fix indenting in the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Apr 10, 2020
1 parent 356170a commit 34840eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build-debian:
build-debian-buster:
docker build -t ${IMAGE_NAME}:latest \
-t ${IMAGE_NAME}:jdk8 \
-t ${IMAGE_NAME}:jdk8-buster \
-t ${IMAGE_NAME}:jdk8-buster \
-t ${IMAGE_NAME_AGENT}:latest \
8/buster/

Expand All @@ -36,7 +36,7 @@ build-jdk11:
build-jdk11-buster:
docker build -t ${IMAGE_NAME}:jdk11-buster \
-t ${IMAGE_NAME_AGENT}:jdk11-buster \
-t ${IMAGE_NAME_AGENT}:jdk11 \
-t ${IMAGE_NAME_AGENT}:jdk11 \
11/buster/

bats:
Expand Down

0 comments on commit 34840eb

Please sign in to comment.