mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
removed subcommand
This commit is contained in:
@@ -41,9 +41,8 @@ runs:
|
||||
packages=( $(echo ${{ inputs.persistent-packages }}) )
|
||||
for i in "${packages[@]}"; do
|
||||
REMOTE_FILE_PATH="s3://${S3_BUILD_BUCKET_SHORT_NAME}/${REMOTE_PATH}/$i.tar.gz"
|
||||
set +e; cache_exists=$(aws s3 ls $REMOTE_FILE_PATH > /dev/null); set -e
|
||||
echo "D-$i"
|
||||
if [ $cache_exists -eq 0 ]; then
|
||||
set +e; aws s3 ls $REMOTE_FILE_PATH > /dev/null; set -e
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "E-$i"
|
||||
echo "downloading persistent cache artifacts from $REMOTE_FILE_PATH"
|
||||
echo "F-$i"
|
||||
|
||||
Reference in New Issue
Block a user