We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27f533 commit b4b4be1Copy full SHA for b4b4be1
2 files changed
.github/docker/ddsrouter/Dockerfile
@@ -44,7 +44,7 @@ WORKDIR /ddsrouter
44
45
ARG fastcdr_branch=2.x
46
ARG fastdds_branch=2.x
47
-ARG devutils_branch=main
+ARG devutils_branch=0.x
48
ARG ddspipe_branch=main
49
ARG ddsrouter_branch=main
50
.github/workflows/nightly.yml
@@ -31,6 +31,7 @@ jobs:
31
with:
32
fastcdr_branch: '2.x'
33
fastdds_branch: '2.x'
34
+ dev_utils_branch: '0.x'
35
ddspipe_branch: 'main'
36
ddsrouter_branch: 'main'
37
custom_version_build: 'v2'
0 commit comments