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
33on :
44 push :
55 branches :
6- # - develop
7- # - release/*
8- - sam/15-16-ghactions
6+ - develop
7+ - release/*
98 paths :
109 - ' .github/workflows/ami-release-nix.yml'
1110 - ' common-nix.vars.pkr.hcl'
Original file line number Diff line number Diff line change @@ -161,6 +161,6 @@ jobs:
161161 docker compose -f migrations/docker-compose.yaml up db dbmate --abort-on-container-exit
162162 if ! git diff --exit-code --quiet migrations/schema.sql; then
163163 echo "Detected changes in schema.sql:"
164- git diff
164+ git diff migrations/schema.sql
165165 exit 1
166166 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
737737--
738738
739739CREATE TABLE public .schema_migrations (
740- version character varying (255 ) NOT NULL
740+ version character varying (128 ) NOT NULL
741741);
742742
743743
You can’t perform that action at this time.
0 commit comments