Test commit 2

master
Regela 3 years ago
parent 4366ef22ab
commit 4140c46e33
  1. 11
      .woodpecker.yml

@ -2,13 +2,4 @@ pipeline:
build: build:
image: golang image: golang
commands: commands:
- go get - echo "LOL"
- go build
- go test
services:
postgres:
image: postgres:9.4.5
environment:
- POSTGRES_USER=myapp

Loading…
Cancel
Save