delete PATH manipulation

This commit is contained in:
Philipp Schrader 2022-09-18 14:53:22 -07:00
parent 9eb896ec83
commit d27b58d319
1 changed files with 0 additions and 2 deletions

View File

@ -52,8 +52,6 @@ if "$is_windows"; then
fi
function set_up() {
export PATH="/home/jenkins/repos/bazel/bazel-bin/src:${PATH}"
mkdir -p target_skipping || fail "couldn't create directory"
cat > target_skipping/pass.sh <<EOF || fail "couldn't create pass.sh"