Skip to content
Snippets Groups Projects
Commit 9318f191 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

branch-update-repo: add missing colon to catch the variable imgpath


Without this colon, the variable imgpath is not updated during branching.

Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
parent 99fc8b3b
No related branches found
No related tags found
1 merge request!233branch-update-repo: add missing colon to catch the variable imgpath
Pipeline #845394 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment