You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the deb deploy method, it's sometimes not obvious where your are when using the provided hooks. Subshells could help a lot and we can ensure the user is landing in a well defined directory context while using hooks.
E.g.
# do something in current dir
(cd /some/other/dir && other-command)
# continue in original dir
While using the deb deploy method, it's sometimes not obvious where your are when using the provided hooks. Subshells could help a lot and we can ensure the user is landing in a well defined directory context while using hooks.
E.g.