Skip to content

Commit d183690

Browse files
committed
Update build-images.sh help text
1 parent bc73e5c commit d183690

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build-images.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ set -e
2020
if [ "$1" = "--help" -o "$1" = "-h" ]; then
2121
echo "Just execute the script"
2222
echo "Environment variables:"
23-
echo " NOBUILD - empty to build docker images, non-empty to skip build"
24-
echo " PUSH - non-empty to push docker images to docker registry"
25-
echo " empty to skip push"
23+
echo " NOBUILD - empty to build docker images, non-empty to skip build"
24+
echo " PUSH - non-empty to push docker images to docker registry"
25+
echo " empty to skip push"
26+
echo " PROJECT_VERSION - if not empty, its value will be used, otherwise"
27+
echo " it will be calculated using Maven"
2628
exit 1;
2729
fi
2830

0 commit comments

Comments
 (0)