cleanup
parent
ad575382e6
commit
7132ada119
|
|
@ -249,7 +249,7 @@ class AWS {
|
||||||
echo $latest
|
echo $latest
|
||||||
if [ -f $latest ]; then
|
if [ -f $latest ]; then
|
||||||
echo "Cache exists"
|
echo "Cache exists"
|
||||||
zip -r ./cache/lib.zip ./${buildUid}/repo/Library/.
|
zip -r $latest ./${buildUid}/repo/Library/.
|
||||||
else
|
else
|
||||||
echo "Cache does not exist"
|
echo "Cache does not exist"
|
||||||
fi
|
fi
|
||||||
|
|
@ -369,7 +369,7 @@ class AWS {
|
||||||
`
|
`
|
||||||
apk update;
|
apk update;
|
||||||
apk add zip
|
apk add zip
|
||||||
zip -r ./${buildUid}/Library/. ./${process.env.GITHUB_REF}/lib.zip
|
zip -r ./${buildUid}/Library/. ./cache/lib-${buildUid}.zip
|
||||||
zip -r ./${buildUid}/output.zip ./${buildUid}/repo/build
|
zip -r ./${buildUid}/output.zip ./${buildUid}/repo/build
|
||||||
ls
|
ls
|
||||||
`,
|
`,
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -38,7 +38,7 @@ class AWS {
|
||||||
echo $latest
|
echo $latest
|
||||||
if [ -f $latest ]; then
|
if [ -f $latest ]; then
|
||||||
echo "Cache exists"
|
echo "Cache exists"
|
||||||
zip -r ./cache/lib.zip ./${buildUid}/repo/Library/.
|
zip -r $latest ./${buildUid}/repo/Library/.
|
||||||
else
|
else
|
||||||
echo "Cache does not exist"
|
echo "Cache does not exist"
|
||||||
fi
|
fi
|
||||||
|
|
@ -179,7 +179,7 @@ class AWS {
|
||||||
`
|
`
|
||||||
apk update;
|
apk update;
|
||||||
apk add zip
|
apk add zip
|
||||||
zip -r ./${buildUid}/Library/. ./${process.env.GITHUB_REF}/lib.zip
|
zip -r ./${buildUid}/Library/. ./cache/lib-${buildUid}.zip
|
||||||
zip -r ./${buildUid}/output.zip ./${buildUid}/repo/build
|
zip -r ./${buildUid}/output.zip ./${buildUid}/repo/build
|
||||||
ls
|
ls
|
||||||
`,
|
`,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue