Merge pull request #7917 from dolthub/db/fix-ci

[no-release-notes] /go/performance/continuous_integration/SysbenchDockerfile: fix ci
This commit is contained in:
Dustin Brown
2024-05-29 11:38:30 -07:00
committed by GitHub
7 changed files with 10 additions and 8 deletions
@@ -80,7 +80,7 @@ echo '
],
"imagePullPolicy": "Always",
"args": [
"--schema=/schema.sql",
"--schema=/app/schema.sql",
"--useDoltHubLuaScriptsRepo",
"--output='$format'",
"--from-server='$fromServer'",
@@ -62,7 +62,7 @@ echo '
],
"imagePullPolicy": "Always",
"args": [
"--schema=/schema.sql",
"--schema=/app/schema.sql",
"--useDoltHubLuaScriptsRepo",
"--profile-version='"$version"'",
"--future-version='"$futureVersion"'",
@@ -91,7 +91,7 @@ echo '
],
"imagePullPolicy": "Always",
"args": [
"--schema=/schema.sql",
"--schema=/app/schema.sql",
"--useDoltHubLuaScriptsRepo",
"--output='$format'",
"--mysql-exec=/usr/sbin/mysqld",