Skip to content

Commit f7db28f

Browse files
committed
format
1 parent 584d151 commit f7db28f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/scripts/prepare-backend.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/bin/bash
2+
# This script prepares the backend CI environment based on the specified backend type.
3+
# It handles special build requirements for specific backends before invoking the
4+
# standard installation script.
5+
#
6+
# Usage: prepare-backend.sh <backend_type>
7+
# where <backend_type> is one of: memory, rocksdb, hbase, hstore, etc.
28
set -e
39

410
BACKEND=$1

.github/workflows/server-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,3 @@ jobs:
100100
with:
101101
token: ${{ secrets.CODECOV_TOKEN }}
102102
file: ${{ env.REPORT_DIR }}/*.xml
103-
104-

0 commit comments

Comments
 (0)