cleanup
parent
ac944579ac
commit
4debf00dd9
|
|
@ -255,7 +255,6 @@ class AWS {
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
latest=$(ls -t | head -1)
|
latest=$(ls -t | head -1)
|
||||||
echo $latest
|
|
||||||
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
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -43,7 +43,6 @@ class AWS {
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
latest=$(ls -t | head -1)
|
latest=$(ls -t | head -1)
|
||||||
echo $latest
|
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue