From 7838bb1970a45642e9551db5e651fdc21589f923 Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 5 Jun 2024 13:19:08 -0400 Subject: [PATCH] [GHA] Correct inclusion of JustJ into aggregate distro update sites --- .../aggregate-distro-update-sites.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/aggregate-distro-update-sites.yml b/.github/workflows/aggregate-distro-update-sites.yml index e0e2381b7..7265b7d09 100644 --- a/.github/workflows/aggregate-distro-update-sites.yml +++ b/.github/workflows/aggregate-distro-update-sites.yml @@ -59,24 +59,8 @@ jobs: fi cat ./compositeArtifacts.xml cat ./compositeContent.xml -# if [[ ${dir_name} == ${{ inputs.latest }} ]]; then -# aws s3 cp ./compositeArtifacts.xml s3://tools-spring-io/release/TOOLS/sts4/update/latest/ -# invalid_urls+="https://cdn.spring.io/spring-tools/release/TOOLS/sts4/update/latest/compositeArtifacts.xml " -# aws s3 cp ./compositeContent.xml s3://tools-spring-io/release/TOOLS/sts4/update/latest/ -# invalid_urls+="https://cdn.spring.io/spring-tools/release/TOOLS/sts4/update/latest/compositeContent.xml " -# aws s3 cp ./p2.index s3://tools-spring-io/release/TOOLS/sts4/update/latest/ -# invalid_urls+="https://cdn.spring.io/spring-tools/release/TOOLS/sts4/update/latest/p2.index " -# echo "TODO: Purge Cache" -# fi -# aws s3 mv ./compositeArtifacts.xml s3://tools-spring-io/release/TOOLS/sts4/update/${dir} -# invalid_urls+="https://cdn.spring.io/spring-tools/release/TOOLS/sts4/update/${dir_name}/compositeArtifacts.xml " -# aws s3 mv ./compositeContent.xml s3://tools-spring-io/release/TOOLS/sts4/update/${dir} -# invalid_urls+="https://cdn.spring.io/spring-tools/release/TOOLS/sts4/update/${dir_name}/compositeContent.xml " -# aws s3 mv ./p2.index s3://tools-spring-io/release/TOOLS/sts4/update/${dir} -# invalid_urls+="https://cdn.spring.io/spring-tools/release/TOOLS/sts4/update/${dir_name}/p2.index " fi -# done -# echo "invalid_urls=$invalid_urls" >> $GITHUB_OUTPUT + done purge_cache: needs: [ update-aggregate-update-sites ]