Skip to content
Snippets Groups Projects
Commit 240db51f authored by Wouter Van Hemel's avatar Wouter Van Hemel
Browse files

Add some version information to Drone output

parent 8567735e
Branches
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@ steps:
- name: deps
path: /go
commands:
- env
- uname -a
- git version
- go version
- go mod download
- name: test
......@@ -48,7 +52,7 @@ steps:
- name: deploy-production
image: golang:1
commands:
- echo deploy-production
- echo promoted to production
when:
event:
- promote
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment