Home
last modified time | relevance | path

Searched refs:BRANCH_NAME (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/tools/distrib/docgen/
Dall_lang_docgen.sh106 BRANCH_NAME="doc-${GRPC_VERSION}"
110 git checkout -b "${BRANCH_NAME}"
113 git push --set-upstream "${GITHUB_USER}" "${BRANCH_NAME}"
116 …echo "Please check https://github.com/${GITHUB_USER}/grpc/tree/${BRANCH_NAME} for generated docume…
117 …echo "Click https://github.com/grpc/grpc/compare/gh-pages...${GITHUB_USER}:${BRANCH_NAME} to creat…
/external/rust/crates/grpcio-sys/grpc/tools/release/
Dbackport_pr.sh127 BRANCH_NAME="backport_${PR_ID}_to_${BACKPORT_BRANCH}"
130 git branch -D "$BRANCH_NAME" || true
132 git checkout -b "$BRANCH_NAME"
/external/autotest/server/cros/bluetooth/
Dbluetooth_test_version_control.py15 BRANCH_NAME = 'main' variable
16 BRANCH_NAME_FULL = os.path.join(REMOTE_NAME, BRANCH_NAME)
/external/apache-commons-lang/
DJenkinsfile59 if(env.BRANCH_NAME == "master") {