Skip to content

Commit 9f5503d

Browse files
committed
ci: update DTM server UpdateBranchSync: 1
- use config.yml(UpdateBranchSync: 0 with bug, maybe~~)
1 parent ec9a640 commit 9f5503d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_it.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
tar -xvf dtm_1.18.0_linux_amd64.tar.gz
5252
pwd
5353
mkdir /home/runner/work/client-csharp/client-csharp/logs
54-
nohup ./dtm > /home/runner/work/client-csharp/client-csharp/logs/dtm.log 2>&1 &
54+
echo "UpdateBranchSync: 1" > ./config.yml
55+
nohup ./dtm -c ./config.yml > /home/runner/work/client-csharp/client-csharp/logs/dtm.log 2>&1 &
5556
sleep 5
5657
curl "127.0.0.1:36789/api/dtmsvr/newGid"
5758
- name: Setup Busi Service

0 commit comments

Comments
 (0)