run the main binary in verbose mode

This commit is contained in:
Late Night Defender 2024-05-16 16:36:17 +07:00
parent b5021330fa
commit 640ae4392d

View file

@ -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