uuuh docker?
This commit is contained in:
parent
a95ec37270
commit
a4fcad2eb4
@ -2,6 +2,9 @@ pipeline:
|
|||||||
build:
|
build:
|
||||||
image: golang:latest
|
image: golang:latest
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- go build -o segfautils
|
||||||
- go test
|
dockerize:
|
||||||
- echo "done"
|
image: docker
|
||||||
|
commands:
|
||||||
|
- docker build - < Dockerfile
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user