grim/convey

More golint cleanups

2018-01-13, Gary Kramlich
5950f37a050a
file isExecutable
More golint cleanups
#!/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 $@