diff --git a/.codefresh/bazel.rc b/.codefresh/bazel.rc index b75f7287e4..7d8ec00a51 100644 --- a/.codefresh/bazel.rc +++ b/.codefresh/bazel.rc @@ -30,8 +30,3 @@ test --flaky_test_attempts=2 # More details on failures build --verbose_failures=true - -# Include PATH in Windows build/tests -# https://github.com/bazelbuild/rules_typescript/pull/356 -build --action_env=PATH -test --action_env=PATH --test_env=PATH