.gitlab-ci.yml updated v95
This commit is contained in:
parent
06f763c11f
commit
ae6720798b
1 changed files with 3 additions and 2 deletions
|
|
@ -45,12 +45,13 @@ test:
|
|||
untracked: true
|
||||
expire_in: 1 day
|
||||
paths:
|
||||
- /builds/mfd/clearing/clr_test/mnt/results/*
|
||||
- $CI_PROJECT_DIR
|
||||
script:
|
||||
- echo $CI_PROJECT_DIR
|
||||
- pwd
|
||||
- echo "Installing maven and python" && apk update && apk add maven python3
|
||||
- cd clr_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 run_test_docker_containers.py
|
||||
- ls /builds/mfd/clearing/clr_test/mnt/results
|
||||
- ls $CI_PROJECT_DIR/clr_test/mnt/results
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue