Skip to content

Commit 28649b6

Browse files
committed
[GHA] Revert Check AWS CLI latest version - not working
1 parent 68206f4 commit 28649b6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

+6-6
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)