uuuh docker?

This commit is contained in:
Midou36O 2022-08-12 20:47:59 +01:00
parent a95ec37270
commit a4fcad2eb4
Signed by: midou
GPG Key ID: 08063D5407090BC2

View File

@ -2,6 +2,9 @@ pipeline:
build:
image: golang:latest
commands:
- go build
- go test
- echo "done"
- go build -o segfautils
dockerize:
image: docker
commands:
- docker build - < Dockerfile