mongo-replica-initializer/.woodpecker

11 lines
228 B
Text
Raw Normal View History

2024-05-13 14:56:32 +07:00
steps:
build:
when:
event: [push, pull_request]
image: docker.io/library/ubuntu:latest
2024-05-13 14:56:32 +07:00
commands:
2024-05-16 15:04:37 +07:00
- apt update
2024-05-16 15:12:06 +07:00
- apt install -y ca-certificates golang
2024-05-13 14:56:32 +07:00
- go get
- go build
- ./main