Skip to content

Commit

Permalink
fix(liquibase_update.sh): remove leading slash from CHANGELOG_FILE va…
Browse files Browse the repository at this point in the history
…riable to fix incorrect file path
  • Loading branch information
jandroav committed Jan 8, 2024
1 parent 89ffe1a commit 5804d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/test/scripts/liquibase_update.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
: ${CHANGELOG_FILE:="/changelog/changelog.sql"}
: ${CHANGELOG_FILE:="changelog.sql"}
: ${DEFAULTS_FILE:="/liquibase/changelog/liquibase-mssql.properties"}

echo "Applying changes to the database. Changelog: $CHANGELOG_FILE"
Expand Down

0 comments on commit 5804d0e

Please sign in to comment.