Skip to content

Commit

Permalink
Use util.Interpolate
Browse files Browse the repository at this point in the history
This is needed to set up properties in the script
  • Loading branch information
vladbogo committed Jun 26, 2024
1 parent 5929595 commit 990ea44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master-docker-nonstandard-2/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ f_jepsen_mysql.addStep(
command=[
"bash",
"-c",
read_template("jepsen_mysql"),
util.Interpolate(read_template("jepsen_mysql")),
],
workdir="/home/buildbot/jepsen-mysql",
)
Expand Down

0 comments on commit 990ea44

Please sign in to comment.