mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 01:41:02 +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:
|
||||
- go test
|
||||
|
||||
secrets:
|
||||
image: docker
|
||||
commands:
|
||||
- echo $DOCKER_USERNAME
|
||||
- echo $DOCKER_PASSWORD
|
||||
secrets:
|
||||
- docker_username
|
||||
- docker_prod_password
|
||||
|
||||
detached:
|
||||
image: redis
|
||||
detach: true
|
||||
|
|
Loading…
Reference in a new issue