Browse Source

remove debugging stuff

Daniel Wallace 5 years ago
parent
commit
ac87e4bf74
1 changed files with 0 additions and 3 deletions
  1. 0 3
      azure-pipelines.yml

+ 0 - 3
azure-pipelines.yml

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