cleanup
parent
a37785bf14
commit
650f0780f8
|
|
@ -262,7 +262,7 @@ class AWS {
|
||||||
if [ ! -z $latest ]; then
|
if [ ! -z $latest ]; then
|
||||||
echo "Library cache exists from build $latest from ${branchName}"
|
echo "Library cache exists from build $latest from ${branchName}"
|
||||||
mkdir /data/${buildUid}/repo/${buildParameters.projectPath}/Library
|
mkdir /data/${buildUid}/repo/${buildParameters.projectPath}/Library
|
||||||
unzip -q "$latest" -d /data/${buildUid}/repo/${buildParameters.projectPath}/.
|
unzip -q "$latest" -d /data/${buildUid}/repo/${buildParameters.projectPath}/Library/.
|
||||||
echo ' '
|
echo ' '
|
||||||
echo 'Repo:'
|
echo 'Repo:'
|
||||||
ls /data/${buildUid}/repo/
|
ls /data/${buildUid}/repo/
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -50,7 +50,7 @@ class AWS {
|
||||||
if [ ! -z $latest ]; then
|
if [ ! -z $latest ]; then
|
||||||
echo "Library cache exists from build $latest from ${branchName}"
|
echo "Library cache exists from build $latest from ${branchName}"
|
||||||
mkdir /data/${buildUid}/repo/${buildParameters.projectPath}/Library
|
mkdir /data/${buildUid}/repo/${buildParameters.projectPath}/Library
|
||||||
unzip -q "$latest" -d /data/${buildUid}/repo/${buildParameters.projectPath}/.
|
unzip -q "$latest" -d /data/${buildUid}/repo/${buildParameters.projectPath}/Library/.
|
||||||
echo ' '
|
echo ' '
|
||||||
echo 'Repo:'
|
echo 'Repo:'
|
||||||
ls /data/${buildUid}/repo/
|
ls /data/${buildUid}/repo/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue