Skip to content

Commit 74460ae

Browse files
remove pinned commit (#20171)
1 parent 1e374b1 commit 74460ae

File tree

1 file changed

+0
-3
lines changed
  • ci/ci-test-tasks/test-and-verify-v2/src

1 file changed

+0
-3
lines changed

ci/ci-test-tasks/test-and-verify-v2/src/index.ts

-3
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@ async function runTaskPipelines(taskName: string): Promise<Promise<BuildResult |
176176
async function startTestPipeline(pipeline: BuildDefinitionReference, config = ''): Promise<Build | null> {
177177
console.log(`Run ${pipeline.name} pipeline, pipelineId: ${pipeline.id}`);
178178

179-
process.env.BUILD_SOURCEVERSION = "647f658251ff94e3cacd223a2d474e0f3b3672fe";
180-
process.env.CANARY_TEST_NODE_VERSION = "10.x";
181-
182179
const { BUILD_SOURCEVERSION: branch, CANARY_TEST_NODE_VERSION: nodeVersion } = process.env;
183180
if (!branch || !nodeVersion) {
184181
throw new Error('Cannot run test pipeline. Environment variables BUILD_SOURCEVERSION or CANARY_TEST_NODE_VERSION are not defined');

0 commit comments

Comments
 (0)