You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2020. It is now read-only.
echo"Pipeline Id $pipeline1id exists. Verified that data exists in storage and could be retrieved."
452
+
if [[ "$srcPipelineId"=="$pipeline1id"&&"$acrPipelineId"=="$srcPipelineId"&&"$hldPipelineId"!=""&&"$prId"!=""&&"$prId"!="null" ]];then
453
+
echo"Verified that srcPipeline:$srcPipelineId acrPipelineId:$acrPipelineId hldPipelineId:$hldPipelineId pullrequest:$prId are all linked together correctly."
434
454
else
435
-
echo"Error: Pipeline Id $pipeline1id is not found in data returned from get. "
455
+
echo"Error: Data returned from get command does not match expected output:"
456
+
cat file.json
436
457
exit 1
437
458
fi
438
-
# --------------------------------
439
459
440
460
echo"Successfully reached the end of spk deployment get tests."
0 commit comments