There was an error while loading. Please reload this page.
1 parent 4071e9f commit 3ae50c4Copy full SHA for 3ae50c4
1 file changed
support/ci/builder-dev-plan.sh
@@ -41,6 +41,9 @@ do_builder_install() {
41
}
42
43
do_end() {
44
+ local pkg_path
45
+ pkg_path=$(hab pkg path habitat/"$pkg_name")
46
+
47
build_line "Copying new runtime path and environment into package"
48
cp -v "$pkg_prefix/RUNTIME_PATH" "$pkg_path/RUNTIME_PATH"
49
cp -v "$pkg_prefix/RUNTIME_ENVIRONMENT" "$pkg_path/RUNTIME_ENVIRONMENT"
0 commit comments