We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e374b1 commit 74460aeCopy full SHA for 74460ae
ci/ci-test-tasks/test-and-verify-v2/src/index.ts
@@ -176,9 +176,6 @@ async function runTaskPipelines(taskName: string): Promise<Promise<BuildResult |
176
async function startTestPipeline(pipeline: BuildDefinitionReference, config = ''): Promise<Build | null> {
177
console.log(`Run ${pipeline.name} pipeline, pipelineId: ${pipeline.id}`);
178
179
- process.env.BUILD_SOURCEVERSION = "647f658251ff94e3cacd223a2d474e0f3b3672fe";
180
- process.env.CANARY_TEST_NODE_VERSION = "10.x";
181
-
182
const { BUILD_SOURCEVERSION: branch, CANARY_TEST_NODE_VERSION: nodeVersion } = process.env;
183
if (!branch || !nodeVersion) {
184
throw new Error('Cannot run test pipeline. Environment variables BUILD_SOURCEVERSION or CANARY_TEST_NODE_VERSION are not defined');
0 commit comments