mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-16 11:25:14 +00:00
Fix schema test (#4353)
This commit is contained in:
parent
3c6c90393d
commit
759e5497c9
1 changed files with 0 additions and 9 deletions
|
@ -38,15 +38,6 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- go test
|
- go test
|
||||||
|
|
||||||
secrets:
|
|
||||||
image: docker
|
|
||||||
commands:
|
|
||||||
- echo $DOCKER_USERNAME
|
|
||||||
- echo $DOCKER_PASSWORD
|
|
||||||
secrets:
|
|
||||||
- docker_username
|
|
||||||
- docker_prod_password
|
|
||||||
|
|
||||||
detached:
|
detached:
|
||||||
image: redis
|
image: redis
|
||||||
detach: true
|
detach: true
|
||||||
|
|
Loading…
Reference in a new issue