aboutsummaryrefslogtreecommitdiff
path: root/ci/before_deploy.sh
diff options
context:
space:
mode:
authorTill Höppner2016-02-25 19:19:57 +0100
committerTill Höppner2016-02-27 10:37:11 +0100
commitb082a83cafc872ea19d9792644c012b5f9b13974 (patch)
tree566375adcece17af79e9c566f6fd5620d78c5d4a /ci/before_deploy.sh
parent38c2f2fee156b188b08f632568b0ce8b444f2850 (diff)
downloadilc-b082a83cafc872ea19d9792644c012b5f9b13974.tar.gz
ilc-b082a83cafc872ea19d9792644c012b5f9b13974.tar.xz
ilc-b082a83cafc872ea19d9792644c012b5f9b13974.zip
Switch CI from nightly to 1.6v0.2.3.1v0.2.3
Switch to old version detection
Diffstat (limited to 'ci/before_deploy.sh')
-rw-r--r--ci/before_deploy.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh
index 233ae9e..6493f96 100644
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -5,7 +5,6 @@ set -ex
# create a "staging" directory
mkdir staging
-# TODO update this part to copy the artifacts that make sense for your project
# NOTE All Cargo build artifacts will be under the 'target/$TARGET/{debug,release}'
cp target/$TARGET/release/ilc* staging