Настройка CICD
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Struchkov Mark 2022-12-18 05:35:56 +03:00
parent 19fbd941a4
commit 2ddbd505a5

View File

@ -3,6 +3,7 @@ type: docker
name: haiti-framework
steps:
- name: publish maven central
image: maven:3.8.5-openjdk-17
volumes:
@ -22,7 +23,7 @@ steps:
- mvn --settings maven-settings.xml -T 1C -U release:clean release:prepare release:perform --batch-mode
trigger:
ref:
branch:
- master
volumes: