main merge to testing #8
+11
-6
@@ -1,9 +1,14 @@
|
||||
kind: pipeline
|
||||
name: Test
|
||||
type: docker
|
||||
|
||||
steps:
|
||||
- name: say-hello
|
||||
image: busybox
|
||||
commands:
|
||||
- echo Test
|
||||
- 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