.gitlab-ci.yml updated v101
This commit is contained in:
parent
47ffa77428
commit
a373827cde
1 changed files with 1 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ test:
|
|||
artifacts:
|
||||
expire_in: 1 day
|
||||
paths:
|
||||
- $CI_PROJECT_DIR/
|
||||
- $CI_PROJECT_DIR/clr_test/mnt/results/*.txt
|
||||
script:
|
||||
- echo $CI_PROJECT_DIR
|
||||
- pwd
|
||||
|
|
@ -52,5 +52,3 @@ 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
|
||||
- ls /builds/mfd/clearing/clr_test/mnt/results
|
||||
- cp -r /builds/mfd/clearing/clr_test/mnt/. $CI_PROJECT_DIR/clr_test/mnt/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue