Skip to content

Commit

Permalink
Merge pull request #910 from tue-robotics/hotfix/ci_config
Browse files Browse the repository at this point in the history
(azure): fix whitespace
  • Loading branch information
LarsJanssenTUe committed Oct 8, 2019
2 parents 21ee5e7 + d794635 commit 353fac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
- job: package_selection
displayName: 'Package selection'
pool:
vmImage: 'ubuntu latest'
vmImage: 'ubuntu latest'
steps:
- task: Bash@3
displayName: 'Determine packages to be build'
Expand All @@ -16,7 +16,7 @@ jobs:
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
echo "##vso[task.setVariable variable=json_string;isOutput=true]$PACKAGES_DICT"
- job: install_build_test
displayName: 'Install, build & test:'
pool:
Expand Down

0 comments on commit 353fac9

Please sign in to comment.