You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git version || yum install git -y \
&& git clone 'https://[email protected]/zebestof/zbo-goimporter.git' $GOPATH/src/github.com/zebestof/zbo-goimporter
cd $GOPATH \
&& go get gopkg.in/couchbaselabs/gocb.v1 \
&& go get github.com/aws/aws-sdk-go
Build zbo-goimporter
cd $GOPATH
#env GOOS=linux GOARCH=amd64 ## <- Cross compile only to target production OS and ARCH
go install github.com/zebestof/zbo-goimporter
[optional] Create a new build, skipping every steps before "Build zbo-goimporter"
docker run -it $IMAGE_ID /bin/bash
export PATH=$PATH:/usr/local/go/bin
export GOPATH=$HOME/work
cd $GOPATH/src/github.com/zebestof/zbo-goimporter
git pull
cd $GOPATH
go install github.com/zebestof/zbo-goimporter