Skip to content

Commit

Permalink
Cannot create dir fix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ximtech committed Oct 7, 2024
1 parent f8b8f66 commit f84781a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bootJar {
}

bootBuildImage {
builder = 'paketobuildpacks/builder-jammy-base'
builder = 'paketobuildpacks/builder-jammy-tiny'
imageName = 'altium-migrator'
publish = false
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ spring:
git.repository.url: "https://github.com/ximtech/altium-library"
git.repository.directory.name: "migrations"

migration.root.folder: "/tmp/src/main/resources/db"
migration.root.folder: "/src/main/resources/db"
db.changelog.file.name: "db.changelog-master.xml"
db.schema.name: ${LIQUIBASE_SCHEMA_NAME:altium}

0 comments on commit f84781a

Please sign in to comment.