Skip to content

Commit ad19e49

Browse files
committed
Use cyclonedds releases/0.9.x branch in CI
Signed-off-by: Erik Boasson <[email protected]>
1 parent 6cd241f commit ad19e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/templates/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ steps:
104104
- bash: |
105105
set -e -x
106106
git clone --single-branch \
107-
--branch "${CYCLONEDDS_BRANCH:-master}" \
107+
--branch "${CYCLONEDDS_BRANCH:-releases/0.9.x}" \
108108
"${CYCLONEDDS_REPOSITORY:-https://github.com/eclipse-cyclonedds/cyclonedds.git}" \
109109
cyclonedds
110110
mkdir cyclonedds/build

0 commit comments

Comments
 (0)