Skip to content

Commit 3ae50c4

Browse files
committed
load the new builder api paths
Signed-off-by: Matt Wrock <matt@mattwrock.com>
1 parent 4071e9f commit 3ae50c4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

support/ci/builder-dev-plan.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ do_builder_install() {
4141
}
4242

4343
do_end() {
44+
local pkg_path
45+
pkg_path=$(hab pkg path habitat/"$pkg_name")
46+
4447
build_line "Copying new runtime path and environment into package"
4548
cp -v "$pkg_prefix/RUNTIME_PATH" "$pkg_path/RUNTIME_PATH"
4649
cp -v "$pkg_prefix/RUNTIME_ENVIRONMENT" "$pkg_path/RUNTIME_ENVIRONMENT"

0 commit comments

Comments
 (0)