Skip to content

Commit 712b585

Browse files
author
Danny McCormick
authored
Get rid of unused objects (#287)
1 parent 5dde397 commit 712b585

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

samples/build.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,6 @@ export async function run() {
7171
console.log("repo", lastDef.repository.name);
7272
newDef.repository = lastDef.repository;
7373

74-
let steps: bi.BuildDefinitionStep[] = [];
75-
phase.steps.forEach((step: bi.BuildDefinitionStep) => {
76-
console.log("adding step", step.displayName);
77-
steps.push(step);
78-
});
79-
80-
let newProcess = {
81-
type: 1, /* Designer */
82-
phases: [
83-
{
84-
steps: steps
85-
}
86-
]
87-
} as bi.DesignerProcess;
88-
8974
newDef.comment = "copy of definition from sample";
9075
newDef.buildNumberFormat = lastDef.buildNumberFormat;
9176

0 commit comments

Comments
 (0)