From fa5d8ca041d940487708e196a06c726e55be969f Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Thu, 16 May 2019 13:39:56 +0100 Subject: [PATCH] ci: do not override bazel action_env on Windows (#30510) Fix #27514 PR Close #30510 --- .codefresh/bazel.rc | 5 ----- 1 file changed, 5 deletions(-) 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