Cancel previous automatically?

This commit is contained in:
Matthias
2020-05-25 15:21:14 +02:00
parent 4fbd2deb37
commit 571d61de84
2 changed files with 10 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ fi
# Show all available images
docker images
docker push ${IMAGE_NAME}
# docker push ${IMAGE_NAME}
if [ $? -ne 0 ]; then
echo "failed pushing to repo"
return 1