blob: dfeda55909155789318e592d2b1efc3f070b04b3 [file]
steps:
- name: ${_GIT_CLONE_TOOLCHAIN_IMAGE}
dir: ${_BUILD_SCRIPT_DIR}
args:
- clone
- '-b'
- ${_BRANCH}
- ${_MAIN_REPO}
- name: ${_GIT_CLONE_TOOLCHAIN_IMAGE}
entrypoint: /bin/bash
dir: ${_BUILD_SCRIPT_DIR}
args:
- '-c'
- >
list_of_repos=( ${_REPOS} )
for repo in "${list_of_repos[@]}"
do
git clone "$repo"
done
- name: ${_BUILDER_TOOLCHAIN_IMAGE}
args:
- python3
- prebuild.py
timeout: 10000s
options:
machineType: E2_HIGHCPU_32
logging: CLOUD_LOGGING_ONLY