mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-19 21:46:14 -04:00
bazel: format devbuild files (#1428)
This commit is contained in:
parent
a73cdb9b14
commit
bdff0d1d08
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user