Skip to content

Commit

Permalink
Release branch C++ depends on release branch in C
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Boasson <[email protected]>
  • Loading branch information
eboasson committed Mar 22, 2023
1 parent c7627ce commit 0c78734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/templates/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ steps:
- bash: |
set -e -x
git clone --single-branch \
--branch "${CYCLONEDDS_BRANCH:-master}" \
--branch "${CYCLONEDDS_BRANCH:-releases/0.10.x}" \
"${CYCLONEDDS_REPOSITORY:-https://github.com/eclipse-cyclonedds/cyclonedds.git}" \
cyclonedds
mkdir cyclonedds/build
Expand Down

0 comments on commit 0c78734

Please sign in to comment.