Loading create_new_tag.sh +2 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ create_branch (){ iterate_remote () { projects=`xmlstarlet select --template --value-of /manifest/project[@remote=\"$1\"]/@name $2` for project in $projects; do git clone git@gitlab.e.foundation:$project current_project git clone git@gitlab.e.foundation:$project current_project -b $CI_COMMIT_REF_NAME if [ $? -eq 0 ]; then cd current_project echo "creating branch "$new_version" on "$project Loading Loading @@ -114,6 +114,7 @@ then # Not using repo sync in case of some conflicts between devices manifests rm -rf working-dir || true mkdir working-dir cd working-dir echo ">> Get custom local manifests" Loading Loading
create_new_tag.sh +2 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ create_branch (){ iterate_remote () { projects=`xmlstarlet select --template --value-of /manifest/project[@remote=\"$1\"]/@name $2` for project in $projects; do git clone git@gitlab.e.foundation:$project current_project git clone git@gitlab.e.foundation:$project current_project -b $CI_COMMIT_REF_NAME if [ $? -eq 0 ]; then cd current_project echo "creating branch "$new_version" on "$project Loading Loading @@ -114,6 +114,7 @@ then # Not using repo sync in case of some conflicts between devices manifests rm -rf working-dir || true mkdir working-dir cd working-dir echo ">> Get custom local manifests" Loading