Compare commits
6
Commits
8f217f6630
...
testing
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
01e05e84a3 | ||
|
|
4c0a9e662b | ||
|
|
f409dda628 | ||
|
|
e556c12c41 | ||
|
|
d4bf242536 | ||
|
|
25fc28a20b |
+16
@@ -0,0 +1,16 @@
|
|||||||
|
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 ]
|
||||||
Reference in New Issue
Block a user