Skip to content

Commit

Permalink
Set pythonInterpreter in set-python-manylinux-variables-step.yml (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
baijumeswani authored Jan 25, 2024
1 parent 86c378a commit 90bbbbd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ steps:
- task: PythonScript@0
displayName: 'Set Python manylinux variables'
inputs:
pythonInterpreter: /usr/bin/python3
scriptSource: inline
script: |
version = "$(PythonVersion)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ stages:
BuildType: 'nightly'

steps:
- task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3
displayName: 'Clean Agent Directories'
condition: always()

- checkout: self
clean: true
submodules: recursive
Expand All @@ -41,5 +45,3 @@ stages:
- template: templates/component-governance-component-detection-steps.yml
parameters:
condition: 'succeeded'

- template: templates/clean-agent-build-directory-step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ stages:
BuildType: 'stable'

steps:
- task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3
displayName: 'Clean Agent Directories'
condition: always()

- checkout: self
clean: true
submodules: recursive
Expand All @@ -41,5 +45,3 @@ stages:
- template: templates/component-governance-component-detection-steps.yml
parameters:
condition: 'succeeded'

- template: templates/clean-agent-build-directory-step.yml

0 comments on commit 90bbbbd

Please sign in to comment.