Skip to content

Commit

Permalink
[TEST] e2e/setup: run without CI mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Choraden committed Sep 16, 2024
1 parent 5d60b2c commit bfea577
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions e2e/setup/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,4 @@

package setup

import (
"os"
)

var CI bool

func init() {
_, CI = os.LookupEnv("CI")
}

0 comments on commit bfea577

Please sign in to comment.