Loading create_new_tag.sh +8 −8 Original line number Diff line number Diff line #!/bin/bash REPO="git@gitlab.e.foundation:e/os/android.git" REPO="git@gitlab.e.foundation:AlexandreRouxDanzi/android.git" Loading Loading @@ -108,17 +108,17 @@ then # Not using repo sync in case of some conflicts between devices manifests mkdir working-dir cd working-dir git clone git@gitlab.e.foundation:e/os/local_manifests.git -b $CI_COMMIT_REF_NAME cd local_manifests parse_manifests create_branch $new_version origin # git clone git@gitlab.e.foundation:e/os/local_manifests.git -b $CI_COMMIT_REF_NAME # cd local_manifests # parse_manifests # create_branch $new_version origin cd .. rm -rf local_manifests echo ">> Get custom vendor manifests" git clone git@gitlab.e.foundation:e/devices/manifests.git -b $CI_COMMIT_REF_NAME # git clone git@gitlab.e.foundation:e/devices/manifests.git -b $CI_COMMIT_REF_NAME cd manifests parse_manifests create_branch $new_version origin # parse_manifests # create_branch $new_version origin cd .. rm -rf manifests Loading Loading
create_new_tag.sh +8 −8 Original line number Diff line number Diff line #!/bin/bash REPO="git@gitlab.e.foundation:e/os/android.git" REPO="git@gitlab.e.foundation:AlexandreRouxDanzi/android.git" Loading Loading @@ -108,17 +108,17 @@ then # Not using repo sync in case of some conflicts between devices manifests mkdir working-dir cd working-dir git clone git@gitlab.e.foundation:e/os/local_manifests.git -b $CI_COMMIT_REF_NAME cd local_manifests parse_manifests create_branch $new_version origin # git clone git@gitlab.e.foundation:e/os/local_manifests.git -b $CI_COMMIT_REF_NAME # cd local_manifests # parse_manifests # create_branch $new_version origin cd .. rm -rf local_manifests echo ">> Get custom vendor manifests" git clone git@gitlab.e.foundation:e/devices/manifests.git -b $CI_COMMIT_REF_NAME # git clone git@gitlab.e.foundation:e/devices/manifests.git -b $CI_COMMIT_REF_NAME cd manifests parse_manifests create_branch $new_version origin # parse_manifests # create_branch $new_version origin cd .. rm -rf manifests Loading