This commit is contained in:
Brian Zalewski 2024-01-02 00:25:42 +00:00
parent a641fdf14f
commit 87ccd4ce22
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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