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
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
this would be a quick feedback loop that major things are not set up adequately on the development machine and thus the execution may have unexpected side-effects
PS: a solution is needed for the CI flow (where there's no SF_DEV_INC_SH environment variable). Solutions range
from just exporting SF_DEV_INC_SH=true
to implement the check as SF_DEV_INC_SH=true || CI=true,
to implement a new environment variable in repo/dot.ci.sh.sf like SF_CI_SH and implement the check as SF_DEV_INC_SH=true || SF_CI_SH=true