Skip to content

Commit b5d04c8

Browse files
Hotfix/broken-nightly-CI (#168)
* Fix ddspipe version reference in nightly jobs Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com> --------- Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
1 parent d48fd08 commit b5d04c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly-ubuntu-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
custom_version_build: 'v2'
1616
dependencies_artifact_postfix: '_nightly'
17-
ref: '2.x'
17+
ref: '0.x'
1818
secrets: inherit
1919

2020
reusable_tests_v3:

.github/workflows/nightly-windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
custom_version_build: 'v2'
1616
dependencies_artifact_postfix: '_nightly'
17-
ref: '2.x'
17+
ref: '0.x'
1818
secrets: inherit
1919

2020
reusable_tests_v3:

0 commit comments

Comments
 (0)