Skip to content

Commit

Permalink
🧹 Travis: Remove extra "set -e"
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Nov 16, 2020
1 parent b26396b commit f2ed0b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2ed0b5

Please sign in to comment.