Skip to content

Commit

Permalink
Fix heredoc
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyang01 committed Dec 19, 2024
1 parent 8479bc7 commit 3c9816f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/replication-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
# Create Dolt config
mkdir -p doltcfg
cat <<EOF > doltcfg/config.json
{
"sqlserver.global.enforce_gtid_consistency": "ON",
"sqlserver.global.gtid_mode": "ON",
"sqlserver.global.log_bin": "1"
}
EOF
{
"sqlserver.global.enforce_gtid_consistency": "ON",
"sqlserver.global.gtid_mode": "ON",
"sqlserver.global.log_bin": "1"
}
EOF
docker run -d --name source-db -p 3306:3306 \
-v "$(pwd)/doltcfg":/etc/dolt/doltcfg.d/ \
Expand Down

0 comments on commit 3c9816f

Please sign in to comment.