From 6319b461249a64238f0d1968720f8231f8d72374 Mon Sep 17 00:00:00 2001 From: ialbert Date: Wed, 27 Nov 2024 21:18:18 +0300 Subject: [PATCH] testing --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 544638794..795cac15e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,10 @@ 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/" + - echo "copying logs" + - pwd + - ls -al + - docker run --rm -v clr_test_logs_volume:/logs -v /builds/mfd/clearing/artifacts/logs:/artifacts alpine sh -c "cp -r /logs/. /artifacts/" - ls -la artifacts/logs # - echo "Cleaning up log volume" # - docker volume rm clr_test_logs_volume