cleanup
parent
298476ae2f
commit
3f301f252e
|
|
@ -273,7 +273,7 @@ class AWS {
|
||||||
echo 'Library cache exists from build $latest from ${branchName}'
|
echo 'Library cache exists from build $latest from ${branchName}'
|
||||||
echo 'Creating empty Library folder for cache'
|
echo 'Creating empty Library folder for cache'
|
||||||
mkdir '$libDir'
|
mkdir '$libDir'
|
||||||
unzip -q $latest -d /${efsDirectoryName}/${buildUid}/${repositoryDirectoryName}/${buildParameters.projectPath}/Library/.
|
unzip -q '$latest' -d '/${efsDirectoryName}/${buildUid}/${repositoryDirectoryName}/${buildParameters.projectPath}/Library/.'
|
||||||
else
|
else
|
||||||
echo 'Cache does not exist'
|
echo 'Cache does not exist'
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -61,7 +61,7 @@ class AWS {
|
||||||
echo 'Library cache exists from build $latest from ${branchName}'
|
echo 'Library cache exists from build $latest from ${branchName}'
|
||||||
echo 'Creating empty Library folder for cache'
|
echo 'Creating empty Library folder for cache'
|
||||||
mkdir '$libDir'
|
mkdir '$libDir'
|
||||||
unzip -q $latest -d /${efsDirectoryName}/${buildUid}/${repositoryDirectoryName}/${buildParameters.projectPath}/Library/.
|
unzip -q '$latest' -d '/${efsDirectoryName}/${buildUid}/${repositoryDirectoryName}/${buildParameters.projectPath}/Library/.'
|
||||||
else
|
else
|
||||||
echo 'Cache does not exist'
|
echo 'Cache does not exist'
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue