File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 run : bash ci/run.bash
102102 - name : Acquire the AWS tooling
103103 run : |
104- pip3 install awscli
104+ choco upgrade awscli
105105 if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
106106 - name : Prepare the dist
107107 run : |
@@ -110,11 +110,11 @@ jobs:
110110 if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
111111 - name : Deploy build to dev-static dist tree for release team
112112 run : |
113- aws s3 cp --recursive dist s3://dev-static-rust-lang-org/rustup/dist
114- shell : powershell
113+ aws --debug s3 cp --recursive dist s3://dev-static-rust-lang-org/rustup/dist
115114 env :
116115 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
117116 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
117+ AWS_DEFAULT_REGION : us-west-1
118118 if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
119119 - name : Clear the cargo caches
120120 run : |
Original file line number Diff line number Diff line change 9898 run : bash ci/run.bash
9999 - name : Acquire the AWS tooling
100100 run : |
101- pip3 install awscli
101+ choco upgrade awscli
102102 if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
103103 - name : Prepare the dist
104104 run : |
@@ -107,11 +107,11 @@ jobs:
107107 if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
108108 - name : Deploy build to dev-static dist tree for release team
109109 run : |
110- aws s3 cp --recursive dist s3://dev-static-rust-lang-org/rustup/dist
111- shell : powershell
110+ aws --debug s3 cp --recursive dist s3://dev-static-rust-lang-org/rustup/dist
112111 env :
113112 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
114113 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
114+ AWS_DEFAULT_REGION : us-west-1
115115 if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
116116 - name : Clear the cargo caches
117117 run : |
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 run : bash ci/run.bash
102102 - name : Acquire the AWS tooling
103103 run : |
104- pip3 install awscli
104+ choco upgrade awscli
105105 if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
106106 - name : Prepare the dist
107107 run : |
@@ -110,11 +110,11 @@ jobs:
110110 if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
111111 - name : Deploy build to dev-static dist tree for release team
112112 run : |
113- aws s3 cp --recursive dist s3://dev-static-rust-lang-org/rustup/dist
114- shell : powershell
113+ aws --debug s3 cp --recursive dist s3://dev-static-rust-lang-org/rustup/dist
115114 env :
116115 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
117116 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
117+ AWS_DEFAULT_REGION : us-west-1
118118 if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
119119 - name : Clear the cargo caches
120120 run : |
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 run : bash ci/run.bash
110110 - name : Acquire the AWS tooling
111111 run : |
112- pip3 install awscli
112+ choco upgrade awscli
113113 if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
114114 - name : Prepare the dist
115115 run : |
@@ -118,11 +118,11 @@ jobs:
118118 if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
119119 - name : Deploy build to dev-static dist tree for release team
120120 run : |
121- aws s3 cp --recursive dist s3://dev-static-rust-lang-org/rustup/dist
122- shell : powershell
121+ aws --debug s3 cp --recursive dist s3://dev-static-rust-lang-org/rustup/dist
123122 env :
124123 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
125124 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
125+ AWS_DEFAULT_REGION : us-west-1
126126 if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
127127 - name : Clear the cargo caches
128128 run : |
You can’t perform that action at this time.
0 commit comments