clt_test bug fixed

This commit is contained in:
Ivan Nikolaev-Axenov 2024-09-26 14:19:32 +03:00
parent 99c21919bb
commit b9ec6485c7
2 changed files with 3 additions and 2 deletions

View file

@ -54,7 +54,8 @@ test:
script:
- echo "Installing maven and python" && apk update && apk add maven python3
- echo "Copying jar files to clearing-all/bin" && cp -r /builds/mfd/clearing/z-distr/target/clearing/bin ./clr_test/clearing-all/bin
- echo "Copying DDL.sql to db directory" && cp /builds/mfd/clearing/z-distr/target/clearing/db/DDL.sql ./db
- echo "Copying DDL.sql to db directory" && cp /builds/mfd/clearing/z-distr/target/clearing/db/DDL.sql ./clr_test/db/
- ls ./clr_test/db/
- python3 clr_test/run_test_docker_containers.py
artifacts:
expire_in: 1 day

View file

@ -1,5 +1,5 @@
FROM mirror.gcr.io/postgres:14.1-alpine
ADD ./DDL.sql /docker-entrypoint-initdb.d/
ADD DDL.sql /docker-entrypoint-initdb.d/
ADD export.sql /docker-entrypoint-initdb.d/
ADD test-data.sql /docker-entrypoint-initdb.d/