cloudinit/build

10 lines
179 B
Plaintext
Raw Normal View History

2014-03-04 16:36:05 -08:00
#!/bin/bash -e
2014-05-10 01:42:57 -07:00
ORG_PATH="github.com/coreos"
REPO_PATH="${ORG_PATH}/coreos-cloudinit"
2014-03-04 16:36:05 -08:00
export GOBIN=${PWD}/bin
export GOPATH=${PWD}
2014-05-10 01:42:57 -07:00
go build -o bin/coreos-cloudinit ${REPO_PATH}