mirror of
https://github.com/budtmo/docker-android.git
synced 2025-12-08 18:25:50 +00:00
Formatted
This commit is contained in:
parent
4cc5a36c32
commit
cc409b9914
@ -18,8 +18,9 @@ jobs:
|
||||
vmImage: ubuntu-20.04
|
||||
steps:
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '3.5'
|
||||
inputs:
|
||||
versionSpec: '$(pythonVersion)'
|
||||
displayName: 'Use Python $(pythonVersion)'
|
||||
- script: pip install -r requirements.txt
|
||||
displayName: 'Install pip packages'
|
||||
- script: ./release.sh test 7.1.1 $(app_version)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user