run the main binary in verbose mode
This commit is contained in:
parent
b5021330fa
commit
640ae4392d
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ steps:
|
||||||
- apt install -y ca-certificates curl golang
|
- apt install -y ca-certificates curl golang
|
||||||
- go get
|
- go get
|
||||||
- go build
|
- go build
|
||||||
- ./main
|
- ./main -v
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
Loading…
Reference in a new issue