GHA: try turning of generating download page in the maven build for e428
This commit is contained in:
@@ -228,6 +228,7 @@ jobs:
|
||||
with:
|
||||
name: s3-dist-path-${{ github.run_id }}.${{ github.run_attempt }}
|
||||
- name: Update Nightly Distro Downloads page
|
||||
if: ${{ input.build_type == 'snapshot' }}
|
||||
env:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.TOOLS_S3_ACCESS_KEY }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.TOOLS_S3_SECRET_KEY }}
|
||||
@@ -250,4 +251,4 @@ jobs:
|
||||
done
|
||||
echo '</ul>' >> $downloads_html
|
||||
cat ./$downloads_html
|
||||
aws s3 mv ./$downloads_html s3://dist.springsource.com/snapshot/STS4 --acl public-read --no-progress
|
||||
aws s3 mv ./$downloads_html s3://dist.springsource.com/${{ input.build_type }}/STS4 --acl public-read --no-progress
|
||||
|
||||
@@ -324,6 +324,7 @@
|
||||
<version>1.7</version>
|
||||
<executions>
|
||||
|
||||
<!--
|
||||
<execution>
|
||||
<id>update-nightly-downloads</id>
|
||||
<phase>verify</phase>
|
||||
@@ -366,6 +367,7 @@
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
-->
|
||||
|
||||
<execution>
|
||||
<id>generate-s3-upload-info</id>
|
||||
|
||||
Reference in New Issue
Block a user