/.github/scripts/performance-benchmarking: fix schema path

This commit is contained in:
coffeegoddd
2024-05-29 10:49:15 -07:00
parent 91d00f2e1e
commit bbfa3a09c5
3 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ echo '
],
"imagePullPolicy": "Always",
"args": [
"--schema=/schema.sql",
"--schema=/app/schema.sql",
"--useDoltHubLuaScriptsRepo",
"--output='$format'",
"--from-server='$fromServer'",

View File

@@ -62,7 +62,7 @@ echo '
],
"imagePullPolicy": "Always",
"args": [
"--schema=/schema.sql",
"--schema=/app/schema.sql",
"--useDoltHubLuaScriptsRepo",
"--profile-version='"$version"'",
"--future-version='"$futureVersion"'",

View File

@@ -91,7 +91,7 @@ echo '
],
"imagePullPolicy": "Always",
"args": [
"--schema=/schema.sql",
"--schema=/app/schema.sql",
"--useDoltHubLuaScriptsRepo",
"--output='$format'",
"--mysql-exec=/usr/sbin/mysqld",