Skip to content

Commit

Permalink
[orion-ci] Exclude Administrator folders from PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwartzentruber committed Jun 18, 2024
1 parent 6401552 commit dad2fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/orion-decision/src/orion_decision/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def ci_launch() -> None:
# skipping drive (parts[0]) and ignoring case
# this only works on English machines ¯\_(ツ)_/¯
and [pt.casefold() for pt in Path(p).resolve().parts[1:3]]
== ["users", "administrator"]
!= ["users", "administrator"]
)
# fetch secrets
LOG.info("Fetching %d secrets", len(args.job.secrets))
Expand Down

0 comments on commit dad2fc5

Please sign in to comment.