Skip to content

Commit

Permalink
Update azure-pipelines-wheels.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Jun 5, 2019
1 parent 6d4545c commit 607b44f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
displayName: 'Install wheels builder'
- script: |
cp requirements_all.txt requirements_wheels.txt
if [ "$(Build.Reason)" != "Schedule" ]; then
curl -s -o requirements_diff.txt https://raw.githubusercontent.com/home-assistant/home-assistant/master/requirements_all.txt
else
if [[ "$(Build.Reason)" =~ (Schedule|Manual) ]]; then
touch requirements_diff.txt
else
curl -s -o requirements_diff.txt https://raw.githubusercontent.com/home-assistant/home-assistant/master/requirements_all.txt
fi
requirement_files="requirements_wheels.txt requirements_diff.txt"
Expand Down

0 comments on commit 607b44f

Please sign in to comment.