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 2f21fe3 commit 68206f4Copy full SHA for 68206f4
.github/workflows/upload-nightly-downloads-page.yml
@@ -27,12 +27,12 @@ jobs:
27
sparse-checkout: |
28
.github
29
eclipse-distribution/common/html
30
- - name: Setup AWS CLI 2.22
31
- run: |
32
- curl -s "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
33
- unzip -q awscliv2.zip
34
- sudo ./aws/install --update
35
- aws --version
+# - name: Setup AWS CLI 2.22
+# run: |
+# curl -s "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
+# unzip -q awscliv2.zip
+# sudo ./aws/install --update
+# aws --version
36
- name: Upload nightly-distributions.html
37
run: |
38
echo "Removing old nightly-distributions.html from s3..."
0 commit comments