mirror of
https://github.com/edgelesssys/constellation.git
synced 2026-01-06 18:25:41 -05:00
bazel: format devbuild files (#1428)
This commit is contained in:
parent
a73cdb9b14
commit
bdff0d1d08
2 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue