mirror of
https://github.com/stucki/docker-lineageos
synced 2025-01-09 17:39:47 -05:00
Print a message before building the image
This commit is contained in:
parent
489818b663
commit
b0c7f5c2a9
1
run.sh
1
run.sh
@ -18,6 +18,7 @@ if [ $? -ne 0 ]; then
|
|||||||
echo "docker command not found"
|
echo "docker command not found"
|
||||||
exit $?
|
exit $?
|
||||||
elif [[ -z $IMAGE_EXISTS ]]; then
|
elif [[ -z $IMAGE_EXISTS ]]; then
|
||||||
|
echo "Building Docker image $REPOSITORY..."
|
||||||
docker build --no-cache --rm -t $REPOSITORY .
|
docker build --no-cache --rm -t $REPOSITORY .
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user