grim/convey

Bump the version numbers for release
v0.10.2
2017-10-03, Gary Kramlich
b30916d30b7b
file isExecutable
Bump the version numbers for release
#!/bin/bash
set -ex
# Pull in the rustup environment, this sets up the cargo
# environment and is installed in the image we're basing
# this one on.
source $HOME/.cargo/env
# Go to the workspace directory and run the build
cd $CONVEY_WORKSPACE
cargo build $@