mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(ci): remove unused env var (#6903)
`SENTRY_ENVIRONMENT` is only read at run time, not at build time, and we override the environment in our code anyway, so this env var was doing nothing.
This commit is contained in:
1
.github/workflows/_tauri.yml
vendored
1
.github/workflows/_tauri.yml
vendored
@@ -20,7 +20,6 @@ defaults:
|
||||
env:
|
||||
RUSTFLAGS: "-Dwarnings"
|
||||
RUSTDOCFLAGS: "-D warnings"
|
||||
SENTRY_ENVIRONMENT: "production"
|
||||
|
||||
jobs:
|
||||
build-gui:
|
||||
|
||||
Reference in New Issue
Block a user