This repository has been archived on 2025-04-15. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mongo-replica-initializer/.woodpecker

13 lines
No EOL
296 B
Text

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