Skip to content

Commit ac4cdaf

Browse files
committed
Merge pull request #197 from mies/master
updated wercker.yml for docker stack
2 parents f8929b1 + 227ce97 commit ac4cdaf

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

wercker.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
box: wercker/golang
1+
box: google/golang
22
# Services
33
services:
4-
- dancannon/rethinkdb@0.4.0
4+
- rethinkdb
55
# Build definition
66
build:
77
# The steps that will be executed on build
88
steps:
9-
- pjvds/setup-go-workspace
9+
- setup-go-workspace
10+
11+
- script:
12+
name: set rethinkdb_url
13+
code: |
14+
export RETHINKDB_URL=$RETHINKDB_PORT_28015_TCP_ADDR
15+
1016
# Gets the dependencies
1117
- script:
1218
name: get dependencies
1319
code: |
14-
cd $WERCKER_SOURCE_DIR
15-
go version
1620
go get ./...
1721
# Build the project
1822
- script:

0 commit comments

Comments
 (0)