File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -926,12 +926,11 @@ jobs:
926
926
# v2 defaults to a shallow checkout, but we need at least to the previous tag
927
927
fetch-depth : 0
928
928
# TODO: Remove me
929
- - name : Acquire the AWS tooling
929
+ - name : Ensure we have installed awscli
930
930
run : |
931
- brew install awscli@1
932
931
which aws
933
932
aws --version
934
- aws s3 cp -- help
933
+ aws s3 cp help
935
934
- name : Acquire tags for the repo
936
935
run : |
937
936
git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/*
@@ -1048,12 +1047,11 @@ jobs:
1048
1047
# v2 defaults to a shallow checkout, but we need at least to the previous tag
1049
1048
fetch-depth : 0
1050
1049
# TODO: Remove me
1051
- - name : Acquire the AWS tooling
1050
+ - name : Ensure we have installed awscli
1052
1051
run : |
1053
- brew install awscli@1
1054
1052
which aws
1055
1053
aws --version
1056
- aws s3 cp -- help
1054
+ aws s3 cp help
1057
1055
- name : Acquire tags for the repo
1058
1056
run : |
1059
1057
git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/*
Original file line number Diff line number Diff line change @@ -24,12 +24,11 @@ jobs: # skip-x86_64 skip-aarch64
24
24
# v2 defaults to a shallow checkout, but we need at least to the previous tag
25
25
fetch-depth : 0
26
26
# TODO: Remove me
27
- - name : Acquire the AWS tooling
27
+ - name : Ensure we have installed awscli
28
28
run : |
29
- brew install awscli@1
30
29
which aws
31
30
aws --version
32
- aws s3 cp -- help
31
+ aws s3 cp help
33
32
- name : Acquire tags for the repo
34
33
run : |
35
34
git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/*
You can’t perform that action at this time.
0 commit comments