Skip to content

Commit 6a18c86

Browse files
Remove PATH restriction from cirrus ci
1 parent 3e0e9d9 commit 6a18c86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ task:
9999
100100
packcheck_run_script: |
101101
# Commands like mount, sysctl for info require sbin
102-
PTH=/usr/local/bin:/usr/bin:/bin:/sbin:/usr/sbin
102+
# PTH=/usr/local/bin:/usr/bin:/bin:/sbin:/usr/sbin
103103
# Use "bash -c" instead of invoking directly to preserve quoted
104104
# arguments in PACKCHECK_COMMAND e.g. DOCSPEC_OPTIONS="--timeout 60".
105105
# Direct invocation would word-split on spaces inside quoted values.
106-
bash -c "$PACKCHECK $PACKCHECK_COMMAND PATH=$PTH"
106+
bash -c "$PACKCHECK $PACKCHECK_COMMAND

0 commit comments

Comments
 (0)