.gitlab-ci.yml updated v99
This commit is contained in:
parent
501238f91d
commit
e43d90a314
1 changed files with 1 additions and 4 deletions
|
|
@ -45,9 +45,6 @@ test:
|
|||
expire_in: 1 day
|
||||
paths:
|
||||
- $CI_PROJECT_DIR/
|
||||
before_script:
|
||||
- echo $CI_PROJECT_DIR/clr_test
|
||||
- ln -s /builds/mfd/clearing/clr_test $CI_PROJECT_DIR/clr_test
|
||||
script:
|
||||
- echo $CI_PROJECT_DIR
|
||||
- pwd
|
||||
|
|
@ -55,4 +52,4 @@ 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 $CI_PROJECT_DIR/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