diff --git a/lib/buildFactory.js b/lib/buildFactory.js index bcbf1aca..0968912e 100644 --- a/lib/buildFactory.js +++ b/lib/buildFactory.js @@ -251,8 +251,8 @@ class BuildFactory extends BaseFactory { } const [setup, teardown] = await Promise.all([ - this.bookend.getSetupCommands(bookendConfig), - this.bookend.getTeardownCommands(bookendConfig) + this.bookend.getSetupCommands(bookendConfig, buildClusterName), + this.bookend.getTeardownCommands(bookendConfig, buildClusterName) ]); modelConfig.createTime = new Date(number).toISOString();