mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +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
|
uname -a
|
||||||
gem env
|
gem env
|
||||||
bundle --version
|
bundle --version
|
||||||
df -h
|
|
||||||
mount
|
mount
|
||||||
|
df /tmp
|
||||||
|
echo $TMPDIR
|
||||||
|
|
||||||
echo "--- bundle install"
|
echo "--- bundle install"
|
||||||
pull_s3_file "bundle.tar.gz"
|
pull_s3_file "bundle.tar.gz"
|
||||||
|
|
Loading…
Reference in a new issue