Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee43bc7e authored by Alexandre Roux's avatar Alexandre Roux
Browse files

multiple fixes

parent 8b8b6ba8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
@@ -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"