Skip to content

Commit 5cdd6f8

Browse files
committed
fix
1 parent 83ff8e9 commit 5cdd6f8

File tree

2 files changed

+3
-119
lines changed

2 files changed

+3
-119
lines changed

.github/actions/dbConfWriter/action.yml

-111
This file was deleted.

.github/actions/tpchSingleTest/action.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,11 @@ runs:
3939

4040
- name: Start Old IGinX
4141
if: inputs.status != 'ok'
42-
working-directory: IGinX
4342
shell: bash
43+
working-directory: IGinX
4444
run: |
45-
cd core/target/iginx-core-${VERSION}
46-
pwd
47-
export IGINX_HOME=$PWD
48-
echo "IGinX home path: $IGINX_HOME"
49-
cd ..
50-
chmod +x iginx-core-${VERSION}/sbin/start_iginx.sh
51-
nohup iginx-core-${VERSION}/sbin/start_iginx.sh > ../../iginx-${VERSION}.log 2>&1 &
45+
chmod +x core/target/iginx-core-*/sbin/start_iginx.sh
46+
nohup core/target/iginx-core-*/sbin/start_iginx.sh > ../iginx-$1.log 2>&1 &
5247
sleep 30
5348
5449
- name: Run SQL Warmup on Old IGinX

0 commit comments

Comments
 (0)