Skip to content

Commit 71390ca

Browse files
committed
ci: drop /Users/rscharfe/path from PATH
1 parent eeb99b9 commit 71390ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ macos-*)
345345
;;
346346
esac
347347

348-
CUSTOM_PATH="${CUSTOM_PATH:-$HOME/path}"
348+
#CUSTOM_PATH="${CUSTOM_PATH:-$HOME/path}"
349349
export PATH="$CUSTOM_PATH:$PATH"
350350

351351
case "$jobname" in

0 commit comments

Comments
 (0)