Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit 8785f1f

Browse files
authored
Removing PAT being logged in buildDefinitions (#155)
1 parent 2599f59 commit 8785f1f

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/commands/hld/pipeline.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ export const installHldToManifestPipeline = async (
177177
yamlFilePath: `manifest-generation.yaml`
178178
} as IAzureRepoPipelineConfig);
179179

180-
logger.info(`pipelineDefinition: ${JSON.stringify(definition)}`); // TODO REMOVE THIS -----------------------------------------------------
181-
182180
try {
183181
builtDefinition = await createPipelineForDefinition(
184182
devopsClient as IBuildApi,

src/lib/pipelines/pipelines.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,6 @@ export const createPipelineForDefinition = async (
212212
logger.info("Creating pipeline for definition");
213213

214214
try {
215-
logger.debug(
216-
`Creating BuildDefinition based on ${JSON.stringify(definition)}`
217-
);
218215
const createdDefn = await buildApi.createDefinition(
219216
definition,
220217
azdoProject

0 commit comments

Comments
 (0)