Skip to content

Commit

Permalink
sync-dist.py: Also ensure static.rlo/rustup.sh is updated
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
  • Loading branch information
kinnison committed Nov 11, 2019
1 parent 2ad91d8 commit a36cda6
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 a36cda6

Please sign in to comment.