Skip to content

Commit

Permalink
Remove S3 export for freebsd for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Mar 10, 2022
1 parent fc4e374 commit 1e4ff66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,3 @@ task:
pw user mod tester -d `pwd`
chown -R tester .
sudo -u tester bash ci/cirrus-templates/script.bash
upload_to_s3:
only_if: $CIRRUS_BRANCH == "stable"
script:
- pkg install -y py36-pip bash
- pip-3.6 install -U setuptools
- pip-3.6 install awscli
- bash ci/prepare-deploy.bash
- aws s3 cp --recursive deploy/ s3://dev-static-rust-lang-org/rustup/
8 changes: 0 additions & 8 deletions ci/cirrus-templates/freebsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,3 @@ task:
pw user mod tester -d `pwd`
chown -R tester .
sudo -u tester bash ci/cirrus-templates/script.bash
upload_to_s3:
only_if: $CIRRUS_BRANCH == "stable"
script:
- pkg install -y py36-pip bash
- pip-3.6 install -U setuptools
- pip-3.6 install awscli
- bash ci/prepare-deploy.bash
- aws s3 cp --recursive deploy/ s3://dev-static-rust-lang-org/rustup/

0 comments on commit 1e4ff66

Please sign in to comment.