|
@@ -19,6 +19,7 @@ pipeline:
|
|
image: golang
|
|
image: golang
|
|
environment:
|
|
environment:
|
|
- GOPATH=/app/go/deps:/app/go
|
|
- GOPATH=/app/go/deps:/app/go
|
|
|
|
+ commands:
|
|
- go test ./go/src/...
|
|
- go test ./go/src/...
|
|
|
|
|
|
|
|
|
|
@@ -26,6 +27,8 @@ pipeline:
|
|
|
|
|
|
backend-build:
|
|
backend-build:
|
|
image: golang
|
|
image: golang
|
|
|
|
+ environment:
|
|
|
|
+ - GOPATH=/app/go/deps:/app/go
|
|
commands:
|
|
commands:
|
|
- ls -la
|
|
- ls -la
|
|
- ls -la go/bin
|
|
- ls -la go/bin
|