Fix db_utils
This commit is contained in:
parent
c3ac8cd83f
commit
20491c8113
@ -72,7 +72,7 @@ steps:
|
||||
name: Update backend tag in values.yaml
|
||||
image: alpine:3.19
|
||||
when:
|
||||
branch: [ master, develop ]
|
||||
branch: [ master, develop, aws ]
|
||||
event: [ push ]
|
||||
path:
|
||||
include: [ backend/** ]
|
||||
|
||||
@ -188,4 +188,4 @@ def get_recipes_by_filters_db(
|
||||
|
||||
return rows
|
||||
finally:
|
||||
conn.close()
|
||||
conn.close()
|
||||
Loading…
x
Reference in New Issue
Block a user