Skip to content

Commit

Permalink
Merge pull request #926 from tue-robotics/ignore_old_challenges
Browse files Browse the repository at this point in the history
(azure) ignore old challenges
  • Loading branch information
LarsJanssenTUe committed Nov 12, 2019
2 parents 57df7ae + a128dec commit 2cdd837
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
trigger:
batch: true

variables:
CI: true

Expand All @@ -14,7 +17,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} --branch=$SYSTEM_PULLREQUEST_TARGETBRANCH tue_robocup
source ./packages.sh --pullrequest=${SYSTEM_PULLREQUEST_PULLREQUESTNUMBER:-false} --branch=$SYSTEM_PULLREQUEST_TARGETBRANCH tue_robocup challenge_following_and_guiding challenge_manipulation challenge_navigation challenge_person_recognition challenge_spr challenge_speech_recognition
echo "##vso[task.setVariable variable=json_string;isOutput=true]$PACKAGES_DICT"
- job: install_build_test
Expand Down

0 comments on commit 2cdd837

Please sign in to comment.