Actualiser .drone.yml
This commit is contained in:
@@ -5,13 +5,13 @@ name: unit
|
|||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: golang
|
image: golang
|
||||||
pull: always
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
- go test
|
- go test
|
||||||
- go build
|
- go build
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: plugins/docker
|
image: plugins/docker:latest
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
from_secret: docker-user
|
from_secret: docker-user
|
||||||
|
|||||||
Reference in New Issue
Block a user