Skip to content

Commit

Permalink
Merge pull request #2124 from kinnison/kinnison/update-rustup.sh
Browse files Browse the repository at this point in the history
sync-dist.py: Also ensure static.rlo/rustup.sh is updated
  • Loading branch information
pietroalbini authored Nov 11, 2019
2 parents 3d22207 + a36cda6 commit d8b81c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/sync-dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def run_s3cmd(command):
if command == "local-to-prod":
run_s3cmd("aws s3 cp ./local-rustup/rustup-init.sh s3://{}/rustup/rustup-init.sh"
.format(s3_bucket))
run_s3cmd("aws s3 cp ./local-rustup/rustup-init.sh s3://{}/rustup.sh")
run_s3cmd("aws s3 cp --recursive ./local-rustup/www/ s3://{}/rustup/www/"
.format(s3_bucket))
if live_run:
Expand Down

0 comments on commit d8b81c7

Please sign in to comment.