Skip to content

Commit

Permalink
fixup! fixup! feat: maven 4.0.0-rc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed Dec 2, 2024
1 parent 9e7e5b7 commit 8eb3ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ base_image=eclipse-temurin-17
base_dir="${base_dir}-maven-4"
fi
cd $BATS_TEST_DIRNAME/../$base_dir
base_tag=$(grep -m 1 -o 'maven:[a-z0-9\.-]*' $BATS_TEST_DIRNAME/../$SUT_TAG/Dockerfile)
base_tag=$(grep -m 1 -o '[a-z:/\.]*maven:[a-z0-9\.-]*' $BATS_TEST_DIRNAME/../$SUT_TAG/Dockerfile)
echo $base_tag
docker build --pull -t $base_tag .
fi
Expand Down

0 comments on commit 8eb3ae7

Please sign in to comment.