mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-16 16:00:11 -05:00
Add support for connection config. All env vars should have STEAMPIPE_ prefix. Closes #172 Closes #173 (#184)
This commit is contained in:
2
.github/workflows/buildDBImage.yml
vendored
2
.github/workflows/buildDBImage.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
- 'v*'
|
||||
|
||||
env:
|
||||
SP_DISABLE_UPDATE_CHECK: true
|
||||
STEAMPIPE_UPDATE_CHECK: false
|
||||
|
||||
jobs:
|
||||
goreleaser:
|
||||
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
SP_DISABLE_UPDATE_CHECK: true
|
||||
STEAMPIPE_UPDATE_CHECK: false
|
||||
|
||||
jobs:
|
||||
goreleaser:
|
||||
|
||||
Reference in New Issue
Block a user