Skip to content

Commit

Permalink
fix(hack): disable build bpftrace base
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Fontana <[email protected]>
  • Loading branch information
fntlnz authored and leodido committed Aug 31, 2019
1 parent dfbd549 commit 9582b4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hack/ci-build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ if [[ ! -z "$TRAVIS_PULL_REQUEST_BRANCH" ]]; then
makeopts="-e GIT_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH"
fi

$make $makeopts bpftraceimage/build # HACK since the ubuntu image isn't pushed yet
$make $makeopts image/build
$make $makeopts image/build-init

0 comments on commit 9582b4f

Please sign in to comment.