瀏覽代碼

remove debugging stuff

Daniel Wallace 5 年之前
父節點
當前提交
ac87e4bf74
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      azure-pipelines.yml

+ 0 - 3
azure-pipelines.yml

@@ -40,10 +40,7 @@ jobs:
     vmImage: 'Ubuntu-16.04'
   strategy:
     matrix: $[ dependencies.build_matrix.outputs['matrix.matrix'] ]
-  variables:
-    myVar: $[ dependencies.build_matrix.outputs['matrix.matrix'] ]
   steps:
-  - script: echo $(myVar)
   - task: UsePythonVersion@0
     inputs:
       versionSpec: '$(python.version)'