Skip to content

Commit 014d652

Browse files
author
Vladimir Kotal
committed
add prints
1 parent 3433832 commit 014d652

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dev/docker.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ if [[ -z $VERSION_SHORT ]]; then
3333
exit 1
3434
fi
3535

36+
echo "Version: $VERSION"
37+
echo "Short version: $VERSION_SHORT"
38+
3639
# Build the image.
40+
echo "Building docker image"
3741
docker build \
3842
-t $IMAGE:$VERSION \
3943
-t $IMAGE:$VERSION_SHORT \
@@ -43,6 +47,7 @@ docker build \
4347
# Run the image in container. This is not strictly needed however
4448
# serves as additional test in automatic builds.
4549
#
50+
echo "Running the image in container"
4651
docker run -d $IMAGE
4752
docker ps -a
4853

0 commit comments

Comments
 (0)