no directory specified for unzip (use pwd)
parent
6f4272235a
commit
7b98b2c992
|
|
@ -1882,7 +1882,7 @@ class RemoteBuilder {
|
|||
echo "Library cache exists from build $latest from ${branchName}"
|
||||
echo 'Creating empty Library folder for cache'
|
||||
mkdir "$libDir"
|
||||
unzip -q $latest -d $libDir
|
||||
unzip -q $latest
|
||||
else
|
||||
echo 'Cache does not exist'
|
||||
fi
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -325,7 +325,7 @@ class RemoteBuilder {
|
|||
echo "Library cache exists from build $latest from ${branchName}"
|
||||
echo 'Creating empty Library folder for cache'
|
||||
mkdir "$libDir"
|
||||
unzip -q $latest -d $libDir
|
||||
unzip -q $latest
|
||||
else
|
||||
echo 'Cache does not exist'
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue