Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fix: error on print report
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Sep 26, 2024
1 parent 3901cd9 commit 6d96c3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ifndef VERSION
$(error VERSION is not set)
endif

IMAGE_LATEST=ci-fxx-latest:${VERSION}
IMAGE_LATEST=ci-5xx-latest:${VERSION}
BUILD_TAG=$(IMAGE_LATEST)

export
Expand Down
2 changes: 0 additions & 2 deletions example/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ migration:
operations:
pre:
- "sh -c 'psql -c \"CREATE EXTENSION pg_trgm;\"'"
post:
- anthem songs.install.base::main
addons:
upgrade:
- sale
Expand Down

0 comments on commit 6d96c3c

Please sign in to comment.