.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
|
# - mvn --version
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "$CI_COMMIT_REF_NAME"
|
name: "$CI_COMMIT_REF_NAME"
|
||||||
|
expire_in: 1 week
|
||||||
paths:
|
paths:
|
||||||
- z-distr/target/clearing
|
- z-distr/target
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- cd clr_test
|
- cd clr_test
|
||||||
|
- docker ps --all
|
||||||
|
- docker images --all
|
||||||
- pwd
|
- pwd
|
||||||
- ls -la ../z-distr/target/clearing
|
- ls -la ../z-distr/target/clearing
|
||||||
- docker-compose down --volumes
|
- docker-compose down --volumes
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue