File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,8 @@ name: Release AMI Nix
3
3
on :
4
4
push :
5
5
branches :
6
- # - develop
7
- # - release/*
8
- - sam/15-16-ghactions
6
+ - develop
7
+ - release/*
9
8
paths :
10
9
- ' .github/workflows/ami-release-nix.yml'
11
10
- ' common-nix.vars.pkr.hcl'
Original file line number Diff line number Diff line change @@ -161,6 +161,6 @@ jobs:
161
161
docker compose -f migrations/docker-compose.yaml up db dbmate --abort-on-container-exit
162
162
if ! git diff --exit-code --quiet migrations/schema.sql; then
163
163
echo "Detected changes in schema.sql:"
164
- git diff
164
+ git diff migrations/schema.sql
165
165
exit 1
166
166
fi
Original file line number Diff line number Diff line change @@ -737,7 +737,7 @@ COMMENT ON TABLE auth.users IS 'Auth: Stores user login data within a secure sch
737
737
--
738
738
739
739
CREATE TABLE public .schema_migrations (
740
- version character varying (255 ) NOT NULL
740
+ version character varying (128 ) NOT NULL
741
741
);
742
742
743
743
You can’t perform that action at this time.
0 commit comments