mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
ci(windows): fix warning about CONNLIB_LOG_UPLOAD_INTERVAL_SECS (#3606)
It was bugging me a little. Before:  After (with jq pretty-printing) 
This commit is contained in:
4
.github/workflows/_rust.yml
vendored
4
.github/workflows/_rust.yml
vendored
@@ -77,7 +77,8 @@ jobs:
|
||||
run:
|
||||
working-directory: ./rust/windows-client
|
||||
env:
|
||||
RUST_LOG: firezone_windows_client=info
|
||||
CONNLIB_LOG_UPLOAD_INTERVAL_SECS: 300
|
||||
# The Windows client ignores RUST_LOG because it uses a settings file instead
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./.github/actions/setup-node
|
||||
@@ -125,6 +126,7 @@ jobs:
|
||||
artifact: windows-client
|
||||
env:
|
||||
BINARY_DEST_PATH: ${{ matrix.artifact }}
|
||||
CONNLIB_LOG_UPLOAD_INTERVAL_SECS: 300
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./.github/actions/setup-node
|
||||
|
||||
1
.github/workflows/cd.yml
vendored
1
.github/workflows/cd.yml
vendored
@@ -254,6 +254,7 @@ jobs:
|
||||
artifact: windows-client
|
||||
env:
|
||||
BINARY_DEST_PATH: ${{ matrix.name.artifact }}
|
||||
CONNLIB_LOG_UPLOAD_INTERVAL_SECS: 300
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./.github/actions/setup-rust
|
||||
|
||||
Reference in New Issue
Block a user