Add support for connection config. All env vars should have STEAMPIPE_ prefix. Closes #172 Closes #173 (#184)

This commit is contained in:
kaidaguerre
2021-02-17 08:48:35 +00:00
committed by GitHub
parent 02e83971d7
commit ff7ef4d809
18 changed files with 244 additions and 121 deletions

View File

@@ -26,7 +26,7 @@ env:
PG_VERSION: ${{ github.event.inputs.postgres_version }}
PATH_BASE: https://repo1.maven.org/maven2/io/zonky/test/postgres
NAME_PREFIX: embedded-postgres-binaries
SP_DISABLE_UPDATE_CHECK: true
STEAMPIPE_UPDATE_CHECK: false
jobs:
goreleaser:

View File

@@ -5,7 +5,7 @@ on:
- 'v*'
env:
SP_DISABLE_UPDATE_CHECK: true
STEAMPIPE_UPDATE_CHECK: false
jobs:
goreleaser:

View File

@@ -6,7 +6,7 @@ on:
pull_request:
env:
SP_DISABLE_UPDATE_CHECK: true
STEAMPIPE_UPDATE_CHECK: false
jobs:
goreleaser: