2019-11-23 12:21:14 +00:00
|
|
|
kind: pipeline
|
|
|
|
name: build yanic
|
2018-04-18 13:08:34 +00:00
|
|
|
|
2019-11-23 12:21:14 +00:00
|
|
|
steps:
|
|
|
|
- name: backend
|
|
|
|
image: golang
|
|
|
|
commands:
|
|
|
|
- go get
|
|
|
|
- go build
|
|
|
|
- go test
|
2018-04-18 13:08:34 +00:00
|
|
|
|
2019-11-23 12:21:14 +00:00
|
|
|
- name: docker
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
|
|
|
repo: thunderstorm99/yanic
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|