Latest
This commit is contained in:
parent
a641fdf14f
commit
87ccd4ce22
2 changed files with 2 additions and 0 deletions
|
@ -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
|
# @description The `provisionLogic` function is used to define the order of the script. All of the functions it relies on are defined
|
||||||
# above.
|
# above.
|
||||||
provisionLogic() {
|
provisionLogic() {
|
||||||
|
loadHomebrew
|
||||||
logg info "Setting environment variables" && setEnvironmentVariables
|
logg info "Setting environment variables" && setEnvironmentVariables
|
||||||
logg info "Handling CI variables" && setCIEnvironmentVariables
|
logg info "Handling CI variables" && setCIEnvironmentVariables
|
||||||
logg info "Ensuring WARP is disconnected" && ensureWarpDisconnected
|
logg info "Ensuring WARP is disconnected" && ensureWarpDisconnected
|
||||||
|
|
|
@ -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
|
# @description The `provisionLogic` function is used to define the order of the script. All of the functions it relies on are defined
|
||||||
# above.
|
# above.
|
||||||
provisionLogic() {
|
provisionLogic() {
|
||||||
|
loadHomebrew
|
||||||
logg info "Setting environment variables" && setEnvironmentVariables
|
logg info "Setting environment variables" && setEnvironmentVariables
|
||||||
logg info "Handling CI variables" && setCIEnvironmentVariables
|
logg info "Handling CI variables" && setCIEnvironmentVariables
|
||||||
logg info "Ensuring WARP is disconnected" && ensureWarpDisconnected
|
logg info "Ensuring WARP is disconnected" && ensureWarpDisconnected
|
||||||
|
|
Loading…
Reference in a new issue