.gitlab-ci.yml updated v66

This commit is contained in:
Ivan Nikolaev-Axenov 2024-06-05 13:01:25 +03:00
parent 0842a4bddb
commit f367b48004

View file

@ -28,6 +28,7 @@ build:
image: ${DOCKER_PROXY}/maven:latest
stage: build
script:
- cd z-distr
- mvn clean package -DskipTests -Pdistributive
artifacts:
name: "$CI_COMMIT_REF_NAME"