.gitlab-ci.yml updated v107
This commit is contained in:
parent
871e6858f0
commit
b011e2c716
1 changed files with 5 additions and 5 deletions
|
|
@ -41,11 +41,6 @@ test:
|
|||
CLEARING_TEST_DIR: "/builds/mfd/clearing/clearing_test"
|
||||
CLR_TEST_DIR: "/builds/mfd/clearing/clr_test"
|
||||
RESULT_FILES_DIR: "/builds/mfd/clearing/clr_test/result-files"
|
||||
artifacts:
|
||||
expire_in: 1 day
|
||||
when: always
|
||||
paths:
|
||||
- $CI_PROJECT_DIR/
|
||||
script:
|
||||
- echo $CI_PROJECT_DIR
|
||||
- pwd
|
||||
|
|
@ -53,3 +48,8 @@ test:
|
|||
# - echo "Copying jar files to clearing-all/bin" && cp -r /builds/mfd/clearing/z-distr/target/clearing/bin ./clearing-all/bin
|
||||
# - 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
|
||||
artifacts:
|
||||
expire_in: 1 day
|
||||
when: always
|
||||
paths:
|
||||
- $CI_PROJECT_DIR/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue