Skip to content

Commit

Permalink
Remove env that should not be set by user (#1013)
Browse files Browse the repository at this point in the history
TIUP_TELEMETRY_STATUS and TIUP_TELEMETRY_UUID is passed to component
by TiUP itself, and it should not be set by user, so we should NOT
list it in tiup env

Co-authored-by: Ti Prow Robot <[email protected]>
  • Loading branch information
lucklove and ti-chi-bot authored Dec 28, 2020
1 parent 4571217 commit ac3f756
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ import (

var envList = []string{
localdata.EnvNameHome,
localdata.EnvNameTelemetryStatus,
localdata.EnvNameTelemetryUUID,
localdata.EnvNameSSHPassPrompt,
localdata.EnvNameSSHPath,
localdata.EnvNameSCPPath,
Expand Down

0 comments on commit ac3f756

Please sign in to comment.