testing
This commit is contained in:
parent
38fb8a199f
commit
900227f623
1 changed files with 1 additions and 2 deletions
|
|
@ -58,8 +58,7 @@ test:
|
|||
- echo "Copying DDL.sql to db directory" && cp /builds/mfd/clearing/z-distr/target/clearing/db/DDL.sql ./clr_test/db/
|
||||
- python3 clr_test/run_test_docker_containers.py
|
||||
- mkdir -p artifacts/logs
|
||||
- docker run --rm -v clr_test_logs_volume:/logs -v $CI_PROJECT_DIR/artifacts/logs:/artifacts alpine \
|
||||
sh -c "cp -r /logs/. /artifacts/"
|
||||
- docker run --rm -v clr_test_logs_volume:/logs -v $CI_PROJECT_DIR/artifacts/logs:/artifacts alpine sh -c "cp -r /logs/. /artifacts/"
|
||||
- echo "Cleaning up log volume"
|
||||
- docker volume rm clr_test_logs_volume
|
||||
artifacts:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue