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