We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7c244 commit ff8ef14Copy full SHA for ff8ef14
.github/workflows/upload-nightly-downloads-page.yml
@@ -29,6 +29,6 @@ jobs:
29
- name: Upload nightly-distributions.html
30
run: |
31
echo "Removing old nightly-distributions.html from s3..."
32
- aws s3 rm s3://$AWS_S3_BUCKET/snapshot/STS4/nightly-distributions.html
+ aws s3 rm s3://$AWS_S3_BUCKET/snapshot/STS4/nightly-distributions.html --debug --cli-connect-timeout 60
33
echo "Uploading new nightly-distributions.html to s3..."
34
- aws s3 cp ./eclipse-distribution/common/html/nightly-distributions.html s3://$AWS_S3_BUCKET/snapshot/STS4/nightly-distributions.html --no-progress
+ aws s3 cp ./eclipse-distribution/common/html/nightly-distributions.html s3://$AWS_S3_BUCKET/snapshot/STS4/nightly-distributions.html --no-progress --debug --cli-connect-timeout 60
0 commit comments