Skip to content

Commit 7cb798c

Browse files
committed
Remove aws cli install.
1 parent f357475 commit 7cb798c

File tree

3 files changed

+0
-51
lines changed

3 files changed

+0
-51
lines changed

.github/workflows/ci.yml

-9
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ jobs:
9898
- name: show the current environment
9999
run: src/ci/scripts/dump-environment.sh
100100
if: success() && !env.SKIP_JOB
101-
- name: install awscli
102-
run: src/ci/scripts/install-awscli.sh
103-
if: success() && !env.SKIP_JOB
104101
- name: install sccache
105102
run: src/ci/scripts/install-sccache.sh
106103
if: success() && !env.SKIP_JOB
@@ -521,9 +518,6 @@ jobs:
521518
- name: show the current environment
522519
run: src/ci/scripts/dump-environment.sh
523520
if: success() && !env.SKIP_JOB
524-
- name: install awscli
525-
run: src/ci/scripts/install-awscli.sh
526-
if: success() && !env.SKIP_JOB
527521
- name: install sccache
528522
run: src/ci/scripts/install-sccache.sh
529523
if: success() && !env.SKIP_JOB
@@ -637,9 +631,6 @@ jobs:
637631
- name: show the current environment
638632
run: src/ci/scripts/dump-environment.sh
639633
if: success() && !env.SKIP_JOB
640-
- name: install awscli
641-
run: src/ci/scripts/install-awscli.sh
642-
if: success() && !env.SKIP_JOB
643634
- name: install sccache
644635
run: src/ci/scripts/install-sccache.sh
645636
if: success() && !env.SKIP_JOB

src/ci/github-actions/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,6 @@ x--expand-yaml-anchors--remove:
154154
run: src/ci/scripts/dump-environment.sh
155155
<<: *step
156156

157-
- name: install awscli
158-
run: src/ci/scripts/install-awscli.sh
159-
<<: *step
160-
161157
- name: install sccache
162158
run: src/ci/scripts/install-sccache.sh
163159
<<: *step

src/ci/scripts/install-awscli.sh

-38
This file was deleted.

0 commit comments

Comments
 (0)