diff --git a/.gitmodules b/.gitmodules index 9cba0d521..af2f81598 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "utils/dependencies"] path = utils/dependencies url = ../mayastor-dependencies.git - branch = develop + branch = release/2.7 diff --git a/utils/utils-lib/src/test_constants.rs b/utils/utils-lib/src/test_constants.rs index 8a5fdf5cb..a93ee4800 100644 --- a/utils/utils-lib/src/test_constants.rs +++ b/utils/utils-lib/src/test_constants.rs @@ -1,3 +1,3 @@ /// Automatically generated by ROOT/scripts/rust/branch_ancestor.sh -pub const TARGET_BRANCH: &str = "develop"; +pub const TARGET_BRANCH: &str = "release/2.7"; pub const TARGET_REGISTRY: &str = "openebs";