Skip to content

Commit

Permalink
Merge pull request #894 from tue-robotics/fix/ci
Browse files Browse the repository at this point in the history
Update azure-pipelines.yml
  • Loading branch information
ar13pit committed Sep 12, 2019
2 parents aaffcf9 + cb26109 commit c3e0693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
targetType: 'inline'
script: |
wget https://raw.githubusercontent.com/tue-robotics/tue-env/master/ci/packages.sh
source ./packages.sh --pullrequest=${SYSTEM_PULLREQUEST_PULLREQUESTNUMBER:-false} tue_robocup
source ./packages.sh --pullrequest=${SYSTEM_PULLREQUEST_PULLREQUESTNUMBER:-false} --branch=$SYSTEM_PULLREQUEST_TARGETBRANCH tue_robocup
echo "##vso[task.setVariable variable=json_string;isOutput=true]$PACKAGES_DICT"
- job: install_build_test
Expand Down

0 comments on commit c3e0693

Please sign in to comment.