Loading create_new_tag.sh +3 −4 Original line number Diff line number Diff line Loading @@ -34,11 +34,10 @@ parse_manifests () { done } parse_and_update_project_manifest () { clone_and_parse_project_manifest () { git clone $1 -b $CI_COMMIT_REF_NAME manifests cd manifests parse_manifests create_branch $new_version origin cd .. rm -rf manifests } Loading Loading @@ -118,9 +117,9 @@ then mkdir working-dir cd working-dir echo ">> Get custom local manifests" parse_and_update_project_manifest git@gitlab.e.foundation:e/os/local_manifests.git clone_and_parse_project_manifest git@gitlab.e.foundation:e/os/local_manifests.git echo ">> Get custom vendor manifests" parse_and_update_project_manifest git@gitlab.e.foundation:e/devices/manifests.git clone_and_parse_project_manifest git@gitlab.e.foundation:e/devices/manifests.git cd .. Loading templates/.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,6 @@ stages: TAG_NAME: ${CI_COMMIT_TAG} PUBLISH_STAGING_AUTOMATICALLY: "true" USER_BUILD: "false" KEEP_LOCAL_MANIFEST_BRANCH: "true" trigger: project: "e/priv/os/build" branch: ${BUILD_BRANCH} Loading Loading
create_new_tag.sh +3 −4 Original line number Diff line number Diff line Loading @@ -34,11 +34,10 @@ parse_manifests () { done } parse_and_update_project_manifest () { clone_and_parse_project_manifest () { git clone $1 -b $CI_COMMIT_REF_NAME manifests cd manifests parse_manifests create_branch $new_version origin cd .. rm -rf manifests } Loading Loading @@ -118,9 +117,9 @@ then mkdir working-dir cd working-dir echo ">> Get custom local manifests" parse_and_update_project_manifest git@gitlab.e.foundation:e/os/local_manifests.git clone_and_parse_project_manifest git@gitlab.e.foundation:e/os/local_manifests.git echo ">> Get custom vendor manifests" parse_and_update_project_manifest git@gitlab.e.foundation:e/devices/manifests.git clone_and_parse_project_manifest git@gitlab.e.foundation:e/devices/manifests.git cd .. Loading
templates/.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,6 @@ stages: TAG_NAME: ${CI_COMMIT_TAG} PUBLISH_STAGING_AUTOMATICALLY: "true" USER_BUILD: "false" KEEP_LOCAL_MANIFEST_BRANCH: "true" trigger: project: "e/priv/os/build" branch: ${BUILD_BRANCH} Loading