mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
fix envvar
This commit is contained in:
@@ -44,7 +44,7 @@ runs:
|
||||
set +e; aws s3 ls $REMOTE_FILE_PATH > /dev/null; set -e
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "downloading persistent cache artifacts from $REMOTE_FILE_PATH"
|
||||
aws s3 cp --no-progress REMOTE_FILE_PATH $i.tar.gz
|
||||
aws s3 cp --no-progress $REMOTE_FILE_PATH $i.tar.gz
|
||||
echo "package $i size: $(du -h $i.tar.gz)"
|
||||
tar xzf $i.tar.gz
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user