clt_test bug fixed
This commit is contained in:
parent
99c21919bb
commit
b9ec6485c7
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
Loading…
Add table
Reference in a new issue