update .agola/config.yml
This commit is contained in:
parent
58a77ad221
commit
7be0ae205f
@ -4,6 +4,8 @@ runtimes:
|
|||||||
arch: amd64
|
arch: amd64
|
||||||
containers:
|
containers:
|
||||||
- image: golang:1.12-stretch
|
- image: golang:1.12-stretch
|
||||||
|
environment:
|
||||||
|
ENV01: envvalue01
|
||||||
debian:
|
debian:
|
||||||
type: pod
|
type: pod
|
||||||
arch: amd64
|
arch: amd64
|
||||||
@ -23,6 +25,8 @@ tasks:
|
|||||||
working_dir: /go/src/github.com/sorintlab/agola
|
working_dir: /go/src/github.com/sorintlab/agola
|
||||||
environment:
|
environment:
|
||||||
GO111MODULE: "on"
|
GO111MODULE: "on"
|
||||||
|
VAR01:
|
||||||
|
from_variable: var01
|
||||||
steps:
|
steps:
|
||||||
- run: env
|
- run: env
|
||||||
- clone:
|
- clone:
|
||||||
@ -39,6 +43,8 @@ tasks:
|
|||||||
- run:
|
- run:
|
||||||
name: build docker tests binary
|
name: build docker tests binary
|
||||||
command: CGO_ENABLED=0 go test -c ./internal/services/runservice/executor/driver -o ./bin/docker-tests
|
command: CGO_ENABLED=0 go test -c ./internal/services/runservice/executor/driver -o ./bin/docker-tests
|
||||||
|
environment:
|
||||||
|
ENV01: envvalue01
|
||||||
- save_to_workspace:
|
- save_to_workspace:
|
||||||
contents:
|
contents:
|
||||||
- source_dir: ./bin
|
- source_dir: ./bin
|
||||||
|
Loading…
Reference in New Issue
Block a user