Skip to content

Commit 15a4373

Browse files
committed
ci: update DTM server UpdateBranchSync=1
- Set environment variable UPDATEBRANCHSYNC=1 (UpdateBranchSync=0 with bug, maybe~~)
1 parent ec9a640 commit 15a4373

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_and_it.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ 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+
export UPDATEBRANCHSYNC=1
5455
nohup ./dtm > /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"

0 commit comments

Comments
 (0)