diff --git a/scripts/provision.sh b/scripts/provision.sh index ce640731..6676e3ec 100644 --- a/scripts/provision.sh +++ b/scripts/provision.sh @@ -713,6 +713,7 @@ postProvision() { # @description The `provisionLogic` function is used to define the order of the script. All of the functions it relies on are defined # above. provisionLogic() { + loadHomebrew logg info "Setting environment variables" && setEnvironmentVariables logg info "Handling CI variables" && setCIEnvironmentVariables logg info "Ensuring WARP is disconnected" && ensureWarpDisconnected diff --git a/scripts/src/provision.sh.tmpl b/scripts/src/provision.sh.tmpl index 79ff0d48..9b956bc1 100644 --- a/scripts/src/provision.sh.tmpl +++ b/scripts/src/provision.sh.tmpl @@ -405,6 +405,7 @@ postProvision() { # @description The `provisionLogic` function is used to define the order of the script. All of the functions it relies on are defined # above. provisionLogic() { + loadHomebrew logg info "Setting environment variables" && setEnvironmentVariables logg info "Handling CI variables" && setCIEnvironmentVariables logg info "Ensuring WARP is disconnected" && ensureWarpDisconnected