feat(db-diff): Artifact-Code robuster gemacht bzw. hinzugefügt
Achtung: Ungetestet
This commit is contained in:
parent
f49484d11d
commit
a214cccafd
@ -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'
|
||||||
|
|||||||
@ -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'
|
||||||
Loading…
Reference in New Issue
Block a user