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

8 lines
148 B
Text
Raw Normal View History

2024-05-13 14:56:32 +07:00
steps:
build:
when:
event: [push, pull_request]
2024-05-13 15:02:21 +07:00
image: docker.io/library/golang:latest
2024-05-13 14:56:32 +07:00
commands:
- go get
- go build