mongo-replica-initializer/.woodpecker

11 lines
228 B
Plaintext

steps:
build:
when:
event: [push, pull_request]
image: docker.io/library/ubuntu:latest
commands:
- apt update
- apt install -y ca-certificates golang
- go get
- go build
- ./main