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:
Reactor Scram
2024-10-02 10:07:54 -05:00
committed by GitHub
parent 5e51583547
commit 9bee6860d0

View File

@@ -20,7 +20,6 @@ defaults:
env:
RUSTFLAGS: "-Dwarnings"
RUSTDOCFLAGS: "-D warnings"
SENTRY_ENVIRONMENT: "production"
jobs:
build-gui: