bazel: format devbuild files (#1428)

This commit is contained in:
Malte Poll 2023-03-14 14:37:58 +01:00 committed by GitHub
parent a73cdb9b14
commit bdff0d1d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@ sh_template(
substitutions = {
"@@BASE_LIB@@": "$(rootpath //bazel/ci:base_lib)",
"@@BOOTSTRAPPER@@": "$(rootpath //bootstrapper/cmd/bootstrapper)",
"@@CLI@@": "$(rootpath //cli:cli_oss_host)",
"@@CDBG@@": "$(rootpath //debugd/cmd/cdbg:cdbg_host)",
"@@CLI@@": "$(rootpath //cli:cli_oss_host)",
"@@UPGRADE_AGENT@@": "$(rootpath //upgrade-agent/cmd)",
},
template = "prepare_developer_workspace.sh.in",

View File

@ -17,10 +17,10 @@ fi
cd "${BUILD_WORKING_DIRECTORY}" || exit 1
if [[ $# -eq 0 ]] ; then
workdir="."
if [[ $# -eq 0 ]]; then
workdir="."
else
workdir="$1"
workdir="$1"
fi
ln -sf "${bootstrapper}" "${workdir}/bootstrapper"