mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
lets just look at /tmp
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
878a5ff880
commit
d58c67acd3
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@ echo "--- system details"
|
|||
uname -a
|
||||
gem env
|
||||
bundle --version
|
||||
df -h
|
||||
mount
|
||||
|
||||
df /tmp
|
||||
echo $TMPDIR
|
||||
|
||||
echo "--- bundle install"
|
||||
pull_s3_file "bundle.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue