grim/convey

closing merged branch
expand-list
2017-10-03, Gary Kramlich
345a52ef04c6
file isExecutable
closing merged branch
#!/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 $@