mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-12 03:26:30 +00:00
111eb7ef48
Co-authored-by: 6543 <6543@obermui.de>
23 lines
399 B
YAML
23 lines
399 B
YAML
clone:
|
|
- name: git
|
|
image: woodpeckerci/plugin-git
|
|
settings:
|
|
partial: true
|
|
- name: testdata
|
|
image: woodpeckerci/plugin-git
|
|
settings:
|
|
remote: https://gitserver/owner/testdata.git
|
|
path: testdata
|
|
|
|
steps:
|
|
- name: build
|
|
image: golang
|
|
commands:
|
|
- go build
|
|
- go test
|
|
|
|
services:
|
|
- name: database
|
|
image: mysql
|
|
- name: cache
|
|
image: redis
|