Skip to content

Commit f04ac6d

Browse files
Update replace_sql_placeholders.sh
1 parent bcb7c9f commit f04ac6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

replace_sql_placeholders.sh

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ npx supabase db push --db-url "$SUPABASE_DATABASE_URL_WITH_PASSWORD"
5252
# Check if db push was successful
5353
if [ $? -ne 0 ]; then
5454
echo "Failed to push database changes to Supabase."
55-
exit 1
5655
fi
5756

5857
echo "Supabase operations completed successfully."

0 commit comments

Comments
 (0)