File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 docker tag ${tagged_image} ${repo_tmp_image}
4747 docker push $repo_tmp_image
4848 done
49+ - persist_to_workspace :
50+ root : .
51+ paths :
52+ - users/mock_users/mock_usersclient.go
53+ - users/client/mock_client.go
54+ - billing-api/db/mock_db/mock_db.go
55+ - common/billing/grpc/mock_grpc.go
56+ - common/gcp/partner/mock_partner/mock_access.go
57+ - common/gcp/partner/mock_partner/mock_client.go
58+
4959 test :
5060 << : *defaults
5161 steps :
8898 # FIXME: we probably don't need to copy the code and change the working dir
8999 - run : echo -e "export GOPATH=$HOME\nexport SRCDIR=$HOME/src/github.com/weaveworks/service\nexport PATH=/usr/local/go/bin:$HOME/bin:$PATH" >> $BASH_ENV
90100 - run : mkdir -p $(dirname $SRCDIR) && cp -r $(pwd)/ $SRCDIR
101+ - attach_workspace :
102+ at : .
91103 - run : go get github.com/nats-io/gnatsd
92104 - run :
93105 command : gnatsd
You can’t perform that action at this time.
0 commit comments