This commit is contained in:
parent
54b966e44b
commit
ce1f642517
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: testing
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: build
|
||||||
image: golang:1.19
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- go build
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ settings:
|
||||||
id_rsa:
|
id_rsa:
|
||||||
from_secret: ssh_private
|
from_secret: ssh_private
|
||||||
depends_on:
|
depends_on:
|
||||||
- default
|
- testing
|
||||||
steps:
|
steps:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue