Export patch files to artifacts

This commit is contained in:
Christoph Blecker
2017-03-13 18:08:26 -07:00
parent 71d1e89996
commit 3ad13293bc
2 changed files with 13 additions and 0 deletions

View File

@@ -31,6 +31,9 @@ retry() {
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
# Set artifacts directory
export ARTIFACTS_DIR=${WORKSPACE}/artifacts
retry go get github.com/tools/godep && godep version
export LOG_LEVEL=4