Update drone.yml file format
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Adam Štrauch 2021-09-17 19:06:37 +02:00
parent 24923a305b
commit 66683c9496
Signed by: cx
GPG Key ID: 018304FFA8988F8D
1 changed files with 10 additions and 7 deletions

View File

@ -1,6 +1,9 @@
# .woodpecker.yml kind: pipeline
pipeline: type: docker
test: name: testing
steps:
- name: test
image: golang image: golang
commands: commands:
- go mod tidy - go mod tidy