Skip to content

Commit e17b323

Browse files
committed
Remove unused is_running_in_evg_pipeline
1 parent 9e2815a commit e17b323

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/release/atomic_pipeline.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ def get_tools_distro(tools_version: str) -> Dict[str, str]:
3737
return default_distro
3838

3939

40-
def is_running_in_evg_pipeline():
41-
return os.getenv("RUNNING_IN_EVG", "") == "true"
42-
43-
4440
def load_release_file() -> Dict:
4541
with open("release.json") as release:
4642
return json.load(release)

0 commit comments

Comments
 (0)