Files
Test/.drone.yml
imri 01e05e84a3
continuous-integration/drone Build is failing
Update '.drone.yml'
2022-10-15 21:59:47 +02:00

17 lines
225 B
YAML

kind: pipeline
name: Test
type: docker
steps:
- name: test
image: golang
commands:
- go test
- go build
- name: publish
image: plugins/docker
settings:
repo: octocat/hello-world
tags: [ latest, 1.0, 1 ]