GHA: public read for legacy s3. Cleanup pom for eclipse ls ext

This commit is contained in:
aboyko
2023-11-08 23:33:23 -05:00
parent cea9d77393
commit 1ff6ab43e4
2 changed files with 1 additions and 73 deletions

View File

@@ -107,7 +107,7 @@ jobs:
dist_path=`cat ${{ github.workspace }}/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/target/s3-p2-repo-dist-path.txt`
echo "Dist path: ${dist_path}"
aws s3 rm s3://dist.springsource.com/${dist_path}/ --recursive
aws s3 cp ${{ github.workspace }}/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/target/repository/ s3://dist.springsource.com/${dist_path}/ --recursive
aws s3 cp ${{ github.workspace }}/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/target/repository/ s3://dist.springsource.com/${dist_path}/ --recursive --acl public-read
- name: Clear S3 Caches
if: ${{ inputs.build_type != 'snapshot' }}
env: