Skip to content

Commit

Permalink
bazel: fix ordering of injects
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Aug 21, 2023
1 parent d6624a4 commit 590931f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bazel/devbuild/prepare_developer_workspace.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@
lib=$(realpath @@BASE_LIB@@) || exit 1
stat "${lib}" >> /dev/null || exit 1

yq=$(realpath @@YQ@@)
stat "${yq}" >> /dev/null

# shellcheck source=../sh/lib.bash
if ! source "${lib}"; then
echo "Error: could not find import"
exit 1
fi

yq=$(realpath @@YQ@@)
stat "${yq}" >> /dev/null
bootstrapper=$(realpath @@BOOTSTRAPPER@@)
stat "${bootstrapper}" >> /dev/null
upgrade_agent=$(realpath @@UPGRADE_AGENT@@)
Expand Down

0 comments on commit 590931f

Please sign in to comment.