Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the Upgrade issue for Habitat for BE nodes in Automate HA #7566

Merged
merged 4 commits into from
Nov 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ tar xf ${aib_file} -C ${tmp_path}/aib_workspace || failure "Failed to extract ${
rsync -a --keep-dirlinks ${tmp_path}/aib_workspace/hab /

# Copy the hab bin if it doesn't exist
[ ! -f /usr/bin/hab ] && rsync -a ${tmp_path}/aib_workspace/bin/hab /usr/bin
rsync -a ${tmp_path}/aib_workspace/bin/hab /usr/bin
punitmundra marked this conversation as resolved.
Show resolved Hide resolved

# TODO: remove this workaround once the following issue is resolved
# https://github.com/habitat-sh/habitat/issues/6260
Expand Down