.gitlab-ci.yml updated v23
This commit is contained in:
parent
c288636bed
commit
ba4374280d
1 changed files with 4 additions and 1 deletions
|
|
@ -18,13 +18,16 @@ build:
|
|||
# - mvn --version
|
||||
artifacts:
|
||||
name: "$CI_COMMIT_REF_NAME"
|
||||
expire_in: 1 week
|
||||
paths:
|
||||
- z-distr/target/clearing
|
||||
- z-distr/target
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- cd clr_test
|
||||
- docker ps --all
|
||||
- docker images --all
|
||||
- pwd
|
||||
- ls -la ../z-distr/target/clearing
|
||||
- docker-compose down --volumes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue