about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-01-17 10:48:10 +0100
committerPietro Albini <pietro@pietroalbini.org>2019-01-17 10:48:10 +0100
commitd158ef64e820041110bc5519abb9012010cc2cf0 (patch)
treef350478ce1c491f53c6fe55bd8a0fc98c2cc37e9 /src/ci
parent722b4d695964906807b12379577bce5ee3d23e08 (diff)
downloadrust-d158ef64e820041110bc5519abb9012010cc2cf0.tar.gz
rust-d158ef64e820041110bc5519abb9012010cc2cf0.zip
Revert "Auto merge of #57670 - rust-lang:beta-next, r=Mark-Simulacrum"
This reverts commit 722b4d695964906807b12379577bce5ee3d23e08, reversing
changes made to 956dba47d33fc8b2bdabcd50e5bfed264b570382.
Diffstat (limited to 'src/ci')
-rwxr-xr-xsrc/ci/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh
index b7e81762559..b0e1b165105 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -43,7 +43,7 @@ fi
 #
 # FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
 #        either automatically or manually.
-export RUST_RELEASE_CHANNEL=beta
+export RUST_RELEASE_CHANNEL=nightly
 if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
   RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL"
   RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"