mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-18 11:09:53 +02:00
🚧 Travis: Pull the correct images in the test stage
This commit is contained in:
parent
fc853d4d13
commit
848a1eb6c3
1 changed files with 5 additions and 2 deletions
|
@ -44,8 +44,11 @@ jobs:
|
|||
|
||||
- stage: "Test"
|
||||
script:
|
||||
- docker pull $DOCKER_USERNAME/my_ocrd_workflow:$TRAVIS_COMMIT
|
||||
- docker tag $DOCKER_USERNAME/my_ocrd_workflow:$TRAVIS_COMMIT my_ocrd_workflow
|
||||
- |
|
||||
for x in $sub_images; do
|
||||
docker pull $DOCKER_USERNAME/my_ocrd_workflow-$x || true
|
||||
docker tag $DOCKER_USERNAME/my_ocrd_workflow-$x my_ocrd_workflow-$x || true
|
||||
done
|
||||
|
||||
- curl -O https://qurator-data.de/examples/actevedef_718448162.first-page.zip
|
||||
- unzip actevedef_718448162.first-page.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue