File tree 3 files changed +0
-51
lines changed
3 files changed +0
-51
lines changed Original file line number Diff line number Diff line change 98
98
- name : show the current environment
99
99
run : src/ci/scripts/dump-environment.sh
100
100
if : success() && !env.SKIP_JOB
101
- - name : install awscli
102
- run : src/ci/scripts/install-awscli.sh
103
- if : success() && !env.SKIP_JOB
104
101
- name : install sccache
105
102
run : src/ci/scripts/install-sccache.sh
106
103
if : success() && !env.SKIP_JOB
@@ -521,9 +518,6 @@ jobs:
521
518
- name : show the current environment
522
519
run : src/ci/scripts/dump-environment.sh
523
520
if : success() && !env.SKIP_JOB
524
- - name : install awscli
525
- run : src/ci/scripts/install-awscli.sh
526
- if : success() && !env.SKIP_JOB
527
521
- name : install sccache
528
522
run : src/ci/scripts/install-sccache.sh
529
523
if : success() && !env.SKIP_JOB
@@ -637,9 +631,6 @@ jobs:
637
631
- name : show the current environment
638
632
run : src/ci/scripts/dump-environment.sh
639
633
if : success() && !env.SKIP_JOB
640
- - name : install awscli
641
- run : src/ci/scripts/install-awscli.sh
642
- if : success() && !env.SKIP_JOB
643
634
- name : install sccache
644
635
run : src/ci/scripts/install-sccache.sh
645
636
if : success() && !env.SKIP_JOB
Original file line number Diff line number Diff line change @@ -154,10 +154,6 @@ x--expand-yaml-anchors--remove:
154
154
run : src/ci/scripts/dump-environment.sh
155
155
<< : *step
156
156
157
- - name : install awscli
158
- run : src/ci/scripts/install-awscli.sh
159
- << : *step
160
-
161
157
- name : install sccache
162
158
run : src/ci/scripts/install-sccache.sh
163
159
<< : *step
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments