.gitlab-ci.yml updated v19
This commit is contained in:
parent
7ad1f56714
commit
51a39663ef
1 changed files with 4 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ build:
|
|||
image: ${DOCKER_PROXY}/maven:latest
|
||||
stage: build
|
||||
script:
|
||||
- mvn clean package -DskipTests -Pdistributive
|
||||
# - mvn clean package -DskipTests -Pdistributive
|
||||
- mvn --version
|
||||
artifacts:
|
||||
name: "$CI_COMMIT_REF_NAME"
|
||||
paths:
|
||||
|
|
@ -25,5 +26,7 @@ test:
|
|||
script:
|
||||
- cd clr_test
|
||||
- ls ../z-distr/target/clearing/bin
|
||||
- ls ../z-distr/target/clearing/db
|
||||
- pwd
|
||||
- docker-compose down --volumes
|
||||
- docker compose up --build --force-recreate --abort-on-container-exit --exit-code-from clearing_system
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue