diff --git a/release-scripts/branch-update-repo b/release-scripts/branch-update-repo index 00bf1241324e46f93f29f3a90e0b7d539a460268..06235ffc63b1e6b430ace094b7621cdabd475bfa 100755 --- a/release-scripts/branch-update-repo +++ b/release-scripts/branch-update-repo @@ -179,7 +179,7 @@ update-repo-test-cases(){ sed -i "s/release: .*/release: ${NEXT_RELEASE}/" .gitlab-ci.yml sed -i "s/image_path: .*/image_path: weekly\/${NEXT_RELEASE}/" .gitlab-ci.yml sed -i "s/release_version: .*/release_version: ${NEXT_RELEASE}/" lava/*.yaml - sed -i "s/imgpath .*/imgpath: daily\/${NEXT_RELEASE}/" lava/*.yaml + sed -i "s/imgpath: .*/imgpath: daily\/${NEXT_RELEASE}/" lava/*.yaml sed -i "s/branch: .*/branch: ${OSNAME}\/${NEXT_RELEASE}/" test-cases/*.yaml lava/*.yaml git commit -s -m "Bump to ${NEXT_RELEASE}" test-cases/*.yaml lava/*.yaml .gitlab-ci.yml fi