mongo-replica-initializer/.woodpecker

10 lines
193 B
Plaintext
Raw Normal View History

2024-05-13 07:56:32 +00:00
steps:
build:
when:
event: [push, pull_request]
image: docker.io/library/ubuntu:latest
2024-05-13 07:56:32 +00:00
commands:
- apt install -y golang
2024-05-13 07:56:32 +00:00
- go get
- go build
- ./main