diff --git a/ci/bread-ecosystem.rev b/ci/bread-ecosystem.rev index aea22a3..474f1fd 100644 --- a/ci/bread-ecosystem.rev +++ b/ci/bread-ecosystem.rev @@ -1 +1 @@ -cd5da468b3782fddcb52b4eaff0755ff933524be +620c5a1317a6b57276eabca961facdb78bf510db diff --git a/ci/build.sh b/ci/build.sh index c0ab6f2..4056cce 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -18,4 +18,4 @@ if [ ! -d "$CACHE_DIR" ]; then git -C "$CACHE_DIR" checkout --quiet "$REV" fi -bash "${CACHE_DIR}/ci/build.sh" "$ROOT" "$@" +bash "${CACHE_DIR}/ci/build.sh" breadpad "$ROOT" "$@"