feat(db-diff): Artifact-Code robuster gemacht bzw. hinzugefügt

Achtung: Ungetestet
This commit is contained in:
Timo Beller 2022-07-13 17:06:18 +02:00
parent f49484d11d
commit a214cccafd
2 changed files with 6 additions and 2 deletions

View File

@ -14,4 +14,8 @@ include:
cd $BACKEND_DIR cd $BACKEND_DIR
fi fi
- ./gradlew liquibase:update liquibase:diff $GRADLE_CLI_OPTS $GRADLE_EXTRA_OPTS - ./gradlew liquibase:update liquibase:diff $GRADLE_CLI_OPTS $GRADLE_EXTRA_OPTS
artifacts:
when: on_failure
expire_in: 2 weeks
paths:
- '**/build/db-diff.xml'

View File

@ -18,4 +18,4 @@ include:
when: on_failure when: on_failure
expire_in: 2 weeks expire_in: 2 weeks
paths: paths:
- $BACKEND_DIR/target/db-diff.xml - '**/target/db-diff.xml'