mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-01 01:19:52 +02:00
🧹 Travis: Remove extra "set -e"
This commit is contained in:
parent
b26396baff
commit
f2ed0b5cbf
1 changed files with 0 additions and 2 deletions
|
@ -31,13 +31,11 @@ jobs:
|
|||
- FORCE_DOWNLOAD=y ./build
|
||||
|
||||
- |
|
||||
set -e
|
||||
for x in $sub_images; do
|
||||
docker tag my_ocrd_workflow-$x $DOCKER_USERNAME/my_ocrd_workflow-$x:$TRAVIS_COMMIT
|
||||
done
|
||||
- docker images
|
||||
- |
|
||||
set -e
|
||||
for x in $sub_images; do
|
||||
docker push $DOCKER_USERNAME/my_ocrd_workflow-$x:$TRAVIS_COMMIT
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue