Skip to content

Commit e45e1e0

Browse files
committed
Fix branch name
1 parent 60c74d8 commit e45e1e0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@ strategy:
55
matrix:
66
xenial_android:
77
ubuntu_distro: 'xenial'
8-
ros2_java_branch: 'azure-pipelines'
98
docker_tag: 'android'
109
script_path: 'build_android.sh'
1110
xenial_java:
1211
ubuntu_distro: 'xenial'
13-
ros2_java_branch: 'azure-pipelines'
1412
docker_tag: 'java'
1513
script_path: 'build_java.sh'
1614
maxParallel: 2
1715

1816
steps:
1917
- script: |
20-
docker run -v $BUILD_SOURCESDIRECTORY/ci-scripts:/ci-scripts -e ROS2_JAVA_DIR=${AGENT_BUILDDIRECTORY}/ros2_java_build -e ROS2_JAVA_CI=1 -e ROS2_JAVA_BRANCH=$ROS2_JAVA_BRANCH -i --rm esteve/ros2-ubuntu-$UBUNTU_DISTRO-travisci:$DOCKER_TAG sh /ci-scripts/$SCRIPT_PATH
18+
docker run -v $BUILD_SOURCESDIRECTORY/ci-scripts:/ci-scripts -e ROS2_JAVA_DIR=${AGENT_BUILDDIRECTORY}/ros2_java_build -e ROS2_JAVA_CI=1 -e ROS2_JAVA_BRANCH=${BUILD_SOURCEBRANCHNAME} -i --rm esteve/ros2-ubuntu-$UBUNTU_DISTRO-travisci:$DOCKER_TAG sh /ci-scripts/$SCRIPT_PATH
2119
displayName: 'Build for $(ubuntu_distro) / $(docker_tag)'

0 commit comments

Comments
 (0)