diff --git a/test/e2e.sh b/test/e2e.sh index 11e9481b63..817dce1831 100755 --- a/test/e2e.sh +++ b/test/e2e.sh @@ -11,7 +11,7 @@ cd "${REPO_ROOT}" source "${REPO_ROOT}"/test/boskos.sh build(){ - bazel build //release:release-tars + make release-tars } up() {