GHA: Verify eclipse ls extensions upload in separate step. Comment out maven opts
This commit is contained in:
@@ -99,6 +99,9 @@ jobs:
|
||||
aws s3 cp ${{ github.workspace }}/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/target/repository/ s3://tools-spring-io/${p2_path}/ --recursive --no-progress
|
||||
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: Verify Uploaded P2 Repo
|
||||
id: verify-p2-on-akamai
|
||||
run: |
|
||||
echo "Verifying uploaded to Akamai files..."
|
||||
cd ${{ github.workspace }}/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/target/repository/plugins
|
||||
for f in `ls -p | grep -v '/$'`
|
||||
|
||||
Reference in New Issue
Block a user