.gitlab-ci.yml updated v19

This commit is contained in:
Ivan Nikolaev-Axenov 2024-05-30 13:40:57 +03:00
parent 7ad1f56714
commit 51a39663ef

View file

@ -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