Skip to content

Commit

Permalink
fix(sql): Yaml parse bug in liquibase changelog file (#4639)
Browse files Browse the repository at this point in the history
A bug was introduced here: https://github.com/spinnaker/orca/pull/4620/files#diff-ee59a85cbdc61d39167704f4b52d85914400ef9e6ae4ad843f56a796877ae271R56. It causes an Orka crash on startup.

Co-authored-by: David Byron <82477955+dbyron-sf@users.noreply.github.com>
  • Loading branch information
jervi and dbyron-sf committed Feb 1, 2024
1 parent c352866 commit 8c563f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orca-sql/src/main/resources/db/changelog-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ databaseChangeLog:
- include:
file: changelog/20200603-deleted-executions-table-not-mysql.yml
relativeToChangelogFile: true
- include
- include:
file: changelog/20201214-create-compressed-executions-table.yaml
relativeToChangelogFile: true
- include:
Expand Down

0 comments on commit 8c563f5

Please sign in to comment.