Commit 1241fc3c authored by wind2009's avatar wind2009

update CI

parent bee7662f
Pipeline #28094 passed with stages
in 58 seconds
......@@ -35,7 +35,7 @@ merge_databases:
- linux
script:
- apt update && apt -y install sqlite3
- ls -1 *.cdb | sed '/test-update.cdb/d' | xargs -I '{}' sqlite3 '{}' .dump | sqlite3 test-release.cdb || true
- ls -1 *.cdb | sed '/test-update.cdb/d' | sed '/script-fix.cdb/d' | xargs -I '{}' sqlite3 '{}' .dump | sqlite3 test-release.cdb || true
artifacts:
paths:
- test-release.cdb
......
File added
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment