mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Merge pull request #4779 from inspec/zenspider/fix-master
Fixed broken master
This commit is contained in:
commit
42e90f08a5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ gem env
|
|||
bundle --version
|
||||
mount
|
||||
df /tmp
|
||||
echo $TMPDIR
|
||||
echo ${TMPDIR:-unknown}
|
||||
|
||||
echo "--- pull bundle cache"
|
||||
pull_bundle
|
||||
|
|
Loading…
Reference in a new issue