mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-01 01:19:52 +02:00
✒ README-DEV: How to test the GitHub Action builds
This commit is contained in:
parent
21c629cd42
commit
479e654a5e
1 changed files with 14 additions and 1 deletions
|
@ -30,8 +30,21 @@ releases of qurator-spk releases.
|
|||
|
||||
Test builds
|
||||
-----------
|
||||
XXX Review this
|
||||
```
|
||||
GIT_COMMIT=test ./build Dockerfile-core Dockerfile-ocrd_tesserocr
|
||||
DOCKER_IMAGE_TAG=test ./test-ocrd_tesserocr.sh
|
||||
```
|
||||
|
||||
To test the GitHub Action builds:
|
||||
|
||||
```
|
||||
# by branch
|
||||
# Note that these only get tagged if *all* the builds succeeded and ran their
|
||||
# tests successfully
|
||||
export DOCKER_IMAGE_TAG=master
|
||||
|
||||
# by git commit id
|
||||
# these work even if other processors did not succesfully build (or ran their
|
||||
# tests successfully)
|
||||
export DOCKER_IMAGE_TAG=sha-af6da489e24c9ba7828114b546610b0d70116ba4
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue