From 6a1b8c5e35a35202ebc526adb8be80da4fffebcb Mon Sep 17 00:00:00 2001 From: aboyko Date: Fri, 17 Nov 2023 19:28:50 -0500 Subject: [PATCH] GHA: Sign binaries required signature. Invalidate cache for ls ext snapshot. --- .github/workflows/eclipse-ls-extensions-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eclipse-ls-extensions-build.yml b/.github/workflows/eclipse-ls-extensions-build.yml index 11ab7cd74..8aa0ae15f 100644 --- a/.github/workflows/eclipse-ls-extensions-build.yml +++ b/.github/workflows/eclipse-ls-extensions-build.yml @@ -100,7 +100,7 @@ jobs: aws s3 rm s3://dist.springsource.com/${p2_path}/ --recursive aws s3 cp ${{ github.workspace }}/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/target/repository/ s3://dist.springsource.com/${p2_path}/ --recursive --acl public-read --no-progress - name: Compute invalid URLs - if: ${{ inputs.build_type != 'snapshot' }} +# if: ${{ inputs.build_type != 'snapshot' }} id: compute-invalid-urls run: | invalid_urls=`aws s3 ls s3://tools-spring-io/${{ steps.upload-p2-to-akamai.outputs.p2_path }}/ --recursive | awk '{$1=$2=$3=""; print $0}' | sed -e 's/^[ \t]*/https:\/\/cdn.spring.io\/spring-tools\//' | paste -sd' ' -`