We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0e9d9 commit 6a18c86Copy full SHA for 6a18c86
1 file changed
.cirrus.yml
@@ -99,8 +99,8 @@ task:
99
100
packcheck_run_script: |
101
# Commands like mount, sysctl for info require sbin
102
- PTH=/usr/local/bin:/usr/bin:/bin:/sbin:/usr/sbin
+ # PTH=/usr/local/bin:/usr/bin:/bin:/sbin:/usr/sbin
103
# Use "bash -c" instead of invoking directly to preserve quoted
104
# arguments in PACKCHECK_COMMAND e.g. DOCSPEC_OPTIONS="--timeout 60".
105
# Direct invocation would word-split on spaces inside quoted values.
106
- bash -c "$PACKCHECK $PACKCHECK_COMMAND PATH=$PTH"
+ bash -c "$PACKCHECK $PACKCHECK_COMMAND
0 commit comments