Skip to content

Commit

Permalink
Merge pull request #896 from tue-robotics/fix/azure
Browse files Browse the repository at this point in the history
fix branch name in azure config
  • Loading branch information
ar13pit committed Sep 15, 2019
2 parents c3e0693 + 09be1a0 commit 879a384
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 @@ -35,7 +35,7 @@ jobs:
- task: Bash@3
inputs:
filePath: 'install-package.sh'
arguments: '--package=$PACKAGE --branch=${SYSTEM_PULLREQUEST_SOURCEBRANCH:-${SYSTEM_PULLREQUEST_TARGETBRANCH:-$BUILD_SOURCEBRANCHNAME}} --commit=${BUILD_SOURCEVERSION} --pullrequest=${SYSTEM_PULLREQUEST_PULLREQUESTNUMBER:-false}'
arguments: '--package=$PACKAGE --branch=${SYSTEM_PULLREQUEST_SOURCEBRANCH:-${SYSTEM_PULLREQUEST_TARGETBRANCH:-${BUILD_SOURCEBRANCH#refs/heads/}}} --commit=${BUILD_SOURCEVERSION} --pullrequest=${SYSTEM_PULLREQUEST_PULLREQUESTNUMBER:-false}'
displayName: 'Install'
- task: Bash@3
inputs:
Expand Down

0 comments on commit 879a384

Please sign in to comment.