Skip to content

Commit

Permalink
remove docker-build from build test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbueringer committed Apr 3, 2020
1 parent 7c28119 commit 7c25f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci-build.sh
Expand Up @@ -22,4 +22,4 @@ REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
# shellcheck source=../hack/ensure-go.sh
source "${REPO_ROOT}/hack/ensure-go.sh"

cd "${REPO_ROOT}" && make binaries docker-build
cd "${REPO_ROOT}" && make binaries

0 comments on commit 7c25f0c

Please sign in to comment.