File tree Expand file tree Collapse file tree 3 files changed +0
-51
lines changed Expand file tree Collapse file tree 3 files changed +0
-51
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments