Skip to content

Commit 68206f4

Browse files
committed
[GHA] Check AWS CLI latest version
1 parent 2f21fe3 commit 68206f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/upload-nightly-downloads-page.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
sparse-checkout: |
2828
.github
2929
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
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
3636
- name: Upload nightly-distributions.html
3737
run: |
3838
echo "Removing old nightly-distributions.html from s3..."

0 commit comments

Comments
 (0)