mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +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
|
bundle --version
|
||||||
mount
|
mount
|
||||||
df /tmp
|
df /tmp
|
||||||
echo $TMPDIR
|
echo ${TMPDIR:-unknown}
|
||||||
|
|
||||||
echo "--- pull bundle cache"
|
echo "--- pull bundle cache"
|
||||||
pull_bundle
|
pull_bundle
|
||||||
|
|
Loading…
Reference in a new issue