Skip to content

Commit 1e4ff66

Browse files
Remove S3 export for freebsd for the time being
1 parent fc4e374 commit 1e4ff66

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.cirrus.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,3 @@ task:
1414
pw user mod tester -d `pwd`
1515
chown -R tester .
1616
sudo -u tester bash ci/cirrus-templates/script.bash
17-
upload_to_s3:
18-
only_if: $CIRRUS_BRANCH == "stable"
19-
script:
20-
- pkg install -y py36-pip bash
21-
- pip-3.6 install -U setuptools
22-
- pip-3.6 install awscli
23-
- bash ci/prepare-deploy.bash
24-
- aws s3 cp --recursive deploy/ s3://dev-static-rust-lang-org/rustup/

ci/cirrus-templates/freebsd.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,3 @@ task:
1414
pw user mod tester -d `pwd`
1515
chown -R tester .
1616
sudo -u tester bash ci/cirrus-templates/script.bash
17-
upload_to_s3:
18-
only_if: $CIRRUS_BRANCH == "stable"
19-
script:
20-
- pkg install -y py36-pip bash
21-
- pip-3.6 install -U setuptools
22-
- pip-3.6 install awscli
23-
- bash ci/prepare-deploy.bash
24-
- aws s3 cp --recursive deploy/ s3://dev-static-rust-lang-org/rustup/

0 commit comments

Comments
 (0)