Skip to content

Commit

Permalink
faster ci. skip brew/sudo bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Feb 7, 2022
1 parent 68d13f3 commit 5b809dc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ YP_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/yplatform" && pwd)"
source ${YP_DIR}/sh/common.inc.sh

## see ci/README.md
# export YP_CI_ECHO_BENCHMARK=${GIT_ROOT}/yp-ci-echo-benchmark

## see bootstrap/README.md
# export YP_LOG_BOOTSTRAP=true
export YP_LOG_BOOTSTRAP=true
# export YP_PRINTENV_BOOTSTRAP=true
# export YP_SKIP_SUDO_BOOTSTRAP=true
# export YP_SKIP_BREW_BOOTSTRAP=true
export YP_SKIP_SUDO_BOOTSTRAP=true
export YP_SKIP_BREW_BOOTSTRAP=true
# export V=1

## to override an existing phase implementation
# function ci_run_<phase>() {
Expand Down

0 comments on commit 5b809dc

Please sign in to comment.