mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 12:44:38 +03:00
chore(ci): fix azure pipelines syntax error
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
env:
|
|
||||||
AQT_TEST_EMAIL: ${{ secrets.AQT_TEST_EMAIL }}
|
|
||||||
AQT_TEST_PASSWORD: ${{ secrets.AQT_TEST_PASSWORD }}
|
|
||||||
steps:
|
steps:
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
inputs:
|
inputs:
|
||||||
@@ -157,6 +154,8 @@ steps:
|
|||||||
fi
|
fi
|
||||||
workingDirectory: $(Build.BinariesDirectory)
|
workingDirectory: $(Build.BinariesDirectory)
|
||||||
env:
|
env:
|
||||||
|
AQT_TEST_EMAIL: ${{ secrets.AQT_TEST_EMAIL }}
|
||||||
|
AQT_TEST_PASSWORD: ${{ secrets.AQT_TEST_PASSWORD }}
|
||||||
AQT_CONFIG: $(Build.SourcesDirectory)/ci/settings.ini
|
AQT_CONFIG: $(Build.SourcesDirectory)/ci/settings.ini
|
||||||
LOG_CFG: $(Build.SourcesDirectory)/ci/logging.ini
|
LOG_CFG: $(Build.SourcesDirectory)/ci/logging.ini
|
||||||
displayName: Run Aqt
|
displayName: Run Aqt
|
||||||
|
|||||||
Reference in New Issue
Block a user