We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2adce commit 939194fCopy full SHA for 939194f
.github/workflows/helm-tests.yml
@@ -91,8 +91,8 @@ jobs:
91
shell: bash
92
run: sleep 10s
93
94
- - name: Setup upterm session
95
- uses: lhotari/action-upterm@v1
+ # - name: Setup upterm session
+ # uses: lhotari/action-upterm@v1
96
97
- id: watchservices
98
name: watch services boot
helm-chart/eoapi/initdb-data/pgstac-setup.py
@@ -20,6 +20,7 @@
20
pgdb = PgstacDB(dsn=os.environ['PGADMIN_URI'], debug=True)
21
print(f"[ VERSION ]: {pgdb.version=}")
22
Migrate(pgdb).run_migration(pgdb.version)
23
+pgdb.get_pool().close()
24
25
with psycopg.connect(admin_db_conninfo, autocommit=True) as conn:
26
with conn.cursor() as cur:
0 commit comments