mirror of
https://codeberg.org/scip/dbtool.git
synced 2025-12-16 19:00:58 +01:00
fix yaml
This commit is contained in:
@@ -20,6 +20,7 @@ steps:
|
|||||||
when:
|
when:
|
||||||
event: [push]
|
event: [push]
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
|
commands:
|
||||||
- rm -f test.db
|
- rm -f test.db
|
||||||
- build/dbtool -d test.db -i -k "test" -v "blah blah blah"
|
- build/dbtool -d test.db -i -k "test" -v "blah blah blah"
|
||||||
- build/dbtool -d test.db -D | grep blah
|
- build/dbtool -d test.db -D | grep blah
|
||||||
|
|||||||
Reference in New Issue
Block a user