Skip to content

Commit

Permalink
Update test-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt authored Dec 15, 2023
1 parent 69cde0f commit 65a79d5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ jobs:
# Download controller model
wget -P ${CONTROLLER_MODELS} https://ub-backup.bib.uni-mannheim.de/~stweil/tesstrain/frak2021/tessdata_best/frak2021-0.905.traineddata
cat >> docker-compose-database.yml << EOL
services:
ocrd-database:
image: "mongo:latest"
environment:
MONGO_INITDB_ROOT_USERNAME: ${MONITOR_DB_ROOT_USER:-root}
MONGO_INITDB_ROOT_PASSWORD: ${MONITOR_DB_ROOT_PASSWORD:-root_password}
EOL
cat >> docker-compose-database.yml << EOL \
services: \
ocrd-database: \
image: "mongo:latest" \
environment: \
MONGO_INITDB_ROOT_USERNAME: ${MONITOR_DB_ROOT_USER:-root} \
MONGO_INITDB_ROOT_PASSWORD: ${MONITOR_DB_ROOT_PASSWORD:-root_password} \
EOL
- name: Build OCR-D Manager
run: docker compose build
Expand Down

0 comments on commit 65a79d5

Please sign in to comment.