Skip to content

Commit 1398118

Browse files
committed
fix build creation
1 parent 11fdefe commit 1398118

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/helpers/build.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ const createBuild = (bsConfig, zip) => {
2222
},
2323
body: data
2424
}
25+
if (Constants.turboScaleObj.enabled) {
26+
options.url = Constants.turboScaleObj.buildUrl;
27+
}
2528

2629
try {
2730
const response = await axios.post(options.url, data, {

0 commit comments

Comments
 (0)