Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Jun 19, 2023
1 parent 546f8f2 commit ded6de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/integration-tests/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ if [[ $image == "normal" ]]; then
COMPOSE_FILE=docker-compose.ingest-transcoding.yml docker-compose down -v
COMPOSE_FILE=docker-compose.ingest-transcoding.yml docker-compose up --build --exit-code-from orthanc-under-tests --abort-on-container-exit

COMPOSE_FILE=docker-compose.scu-transcoding.yml docker-compose down -v
COMPOSE_FILE=docker-compose.scu-transcoding.yml docker-compose up --build --exit-code-from orthanc-under-tests --abort-on-container-exit
COMPOSE_FILE=docker-compose.scu-transcoding.yml docker-compose down -v
COMPOSE_FILE=docker-compose.scu-transcoding.yml docker-compose up --build --exit-code-from orthanc-under-tests --abort-on-container-exit

# note: not functional yet:
# COMPOSE_FILE=docker-compose.odbc-mysql.yml docker-compose down -v
Expand Down

0 comments on commit ded6de2

Please sign in to comment.