Skip to content

Commit 04adb1c

Browse files
Fixed a missing env HAB_STUDIO_BACKLINE_PKG
Signed-off-by: Abhijit Gadgil <agadgil@progress.com>
1 parent 39aaffa commit 04adb1c

File tree

1 file changed

+4
-0
lines changed
  • components/studio/habitat/aarch64-darwin

1 file changed

+4
-0
lines changed

components/studio/habitat/aarch64-darwin/plan.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ do_before() {
3232
pkg_filename=${pkg_name}-${pkg_version}.tar.gz
3333
}
3434

35+
do_prepare() {
36+
set_runtime_env "HAB_STUDIO_BACKLINE_PKG" "$(< "$(pkg_path_for chef/hab-backline)"/IDENT)"
37+
}
38+
3539
do_download() {
3640
local tar_binary
3741
tar_binary=$(pkg_path_for tar)/bin/tar

0 commit comments

Comments
 (0)