grim/convey

Bump the version for release
v0.14.0-alpha3
2018-02-20, Gary Kramlich
166a6d1979fa
file isExecutable
Bump the version 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 $@