Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Removed unused values
Browse files Browse the repository at this point in the history
  • Loading branch information
Edaena Salinas authored and Edaena Salinas committed Apr 23, 2020
1 parent 78fdcea commit de660d4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/commands/project/append-variable-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
validateProjectNameThrowable,
validateOrgNameThrowable,
} from "../../lib/validator";
import { Bedrock, Config, readYaml, write } from "../../config";
import { Bedrock, Config } from "../../config";
import { logger } from "../../logger";
import { build as buildError, log as logError } from "../../lib/errorBuilder";
import { errorStatusCode } from "../../lib/errorStatusCode";
Expand Down
2 changes: 0 additions & 2 deletions src/commands/project/create-variable-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
validateForRequiredValues,
} from "../../lib/commandBuilder";
import { PROJECT_PIPELINE_FILENAME } from "../../lib/constants";
import { AzureDevOpsOpts } from "../../lib/git";
import { addVariableGroup } from "../../lib/pipelines/variableGroup";
import {
hasValue,
Expand Down Expand Up @@ -141,7 +140,6 @@ export const setVariableGroupInBedrockFile = (
);
}

const absProjectRoot = path.resolve(rootProjectPath);
logger.info(`Setting variable group ${variableGroupName}`);

// Get bedrock.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/lib/fileutils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
VM_IMAGE,
BEDROCK_FILENAME,
} from "../lib/constants";
import { disableVerboseLogging, enableVerboseLogging, logger } from "../logger";
import { disableVerboseLogging, enableVerboseLogging } from "../logger";
import {
createTestComponentYaml,
createTestHldAzurePipelinesYaml,
Expand Down

0 comments on commit de660d4

Please sign in to comment.