We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ff8e9 commit 5cdd6f8Copy full SHA for 5cdd6f8
.github/actions/dbConfWriter/action.yml
.github/actions/tpchSingleTest/action.yml
@@ -39,16 +39,11 @@ runs:
39
40
- name: Start Old IGinX
41
if: inputs.status != 'ok'
42
- working-directory: IGinX
43
shell: bash
+ working-directory: IGinX
44
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 &
+ chmod +x core/target/iginx-core-*/sbin/start_iginx.sh
+ nohup core/target/iginx-core-*/sbin/start_iginx.sh > ../iginx-$1.log 2>&1 &
52
sleep 30
53
54
- name: Run SQL Warmup on Old IGinX
0 commit comments