We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc73e5c commit d183690Copy full SHA for d183690
build-images.sh
@@ -20,9 +20,11 @@ set -e
20
if [ "$1" = "--help" -o "$1" = "-h" ]; then
21
echo "Just execute the script"
22
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"
+ echo " NOBUILD - empty to build docker images, non-empty to skip build"
+ echo " PUSH - non-empty to push docker images to docker registry"
+ 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"
28
exit 1;
29
fi
30
0 commit comments