mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 14:22:58 +00:00
* ci: debug sqlness jobs Signed-off-by: tison <wander4096@gmail.com> * fix: commit_short test case Signed-off-by: tison <wander4096@gmail.com> * fixup! fix: commit_short test case Signed-off-by: tison <wander4096@gmail.com> * fixup! fixup! fix: commit_short test case Signed-off-by: tison <wander4096@gmail.com> * revert uploading Signed-off-by: tison <wander4096@gmail.com> --------- Signed-off-by: tison <wander4096@gmail.com>
11 lines
372 B
SQL
11 lines
372 B
SQL
-- SQLNESS REPLACE branch:\s+.+ branch: BRANCH
|
|
-- SQLNESS REPLACE commit:\s+.+ commit: COMMIT
|
|
-- SQLNESS REPLACE commit_short:\s+.+ commit_short: COMMIT_SHORT
|
|
-- SQLNESS REPLACE dirty:\s+.+ dirty: DIRTY
|
|
-- SQLNESS REPLACE version:\s+.+ version: VERSION
|
|
-- SQLNESS REPLACE [\s\-]+
|
|
SELECT build();
|
|
|
|
-- SQLNESS REPLACE greptimedb-[\d\.]+ greptimedb-VERSION
|
|
SELECT version();
|