gilde-ci-cd/templates/java/maven/maven-database-diff.gitlab-ci.yml
Marcel Feix 75799e32fc
Docs(*): Translate everything to english
Correction of some paths
2022-07-08 09:55:42 +02:00

14 lines
327 B
YAML

include:
local: "templates/java/java-common-db.gitlab-ci.yml"
.maven-database-diff:
extends:
- .database-diff-common
image: $MAVEN_IMAGE
variables:
MAVEN_EXTRA_OPTS: ""
PATH_TO_DIFF: "target/db-diff.xml"
script:
- "cd $BACKEND_DIR"
- mvn compile liquibase:update liquibase:diff $MAVEN_EXTRA_OPTS