.gitlab-ci.yml updated v110
This commit is contained in:
parent
92f6d7ab02
commit
1981e48274
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ test:
|
||||||
RESULT_FILES_DIR: "/builds/mfd/clearing/clr_test/result-files"
|
RESULT_FILES_DIR: "/builds/mfd/clearing/clr_test/result-files"
|
||||||
script:
|
script:
|
||||||
- echo "Installing maven and python" && apk update && apk add maven python3
|
- 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 ./clearing-all/bin
|
- 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 ./db
|
||||||
- python3 clr_test/run_test_docker_containers.py
|
- python3 clr_test/run_test_docker_containers.py
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue