mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-18 08:26:45 +02:00
8 lines
88 B
YAML
8 lines
88 B
YAML
language: go
|
|
go:
|
|
- 1.1
|
|
- tip
|
|
|
|
before_script:
|
|
- mysql -e 'create database gotest;'
|