grim/convey

file isExecutable
Moved tests/multi-stage to examples/multi-stage-image and added a readme to explain it. Fixes #155
#!/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 $@