#!/bin/bash -e

docker run -v $PWD:/opt/fleet google/golang:1.4 /bin/bash -c "cd /opt/fleet && ./build"
