add build id

上级 d6cb5e41
#!/usr/bin/env bash
export GOPATH=$WORKSPACE
export GOPATH=$WORKSPACE/$BUILD_ID
go get golang.org/x/crypto/ssh
go install golang.org/x/crypto/ssh
go get golang.org/x/tools/cmd/goimports
go install golang.org/x/tools/cmd/goimports
export PATH=$PATH:$WORKSPACE/bin
export PATH=$PATH:$WORKSPACE/$BUILD_ID/bin
#go vet ./...
/bin/bash $WORKSPACE/golang/scripts/format
/bin/bash $WORKSPACE/$BUILD_ID/golang/scripts/format
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册