mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 06:12:55 +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>
20 lines
615 B
Plaintext
20 lines
615 B
Plaintext
-- 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();
|
|
|
|
++|build()|++|branch:BRANCH|commit:COMMIT|commit_short:COMMIT_SHORT|dirty:DIRTY|version:VERSION++
|
|
|
|
-- SQLNESS REPLACE greptimedb-[\d\.]+ greptimedb-VERSION
|
|
SELECT version();
|
|
|
|
+-------------------------+
|
|
| version() |
|
|
+-------------------------+
|
|
| 5.7.20-greptimedb-VERSION |
|
|
+-------------------------+
|
|
|