Skip to content

Commit

Permalink
Fix external provider with bazel change
Browse files Browse the repository at this point in the history
  • Loading branch information
rmohr committed Mar 5, 2019
1 parent dc638e4 commit e9fba9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/external/provider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ function down() {

function build() {
# Build code and manifests
${KUBEVIRT_PATH}hack/dockerized "DOCKER_TAG=${DOCKER_TAG} KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER} ./hack/build-manifests.sh"
make push
${KUBEVIRT_PATH}hack/dockerized "DOCKER_TAG=${DOCKER_TAG} DOCKER_PREFIX=${docker_prefix} KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER} ./hack/build-manifests.sh"
DOCKER_PREFIX=${docker_prefix} DOCKER_TAG=${docker_tag} make bazel-push-images
}

0 comments on commit e9fba9b

Please sign in to comment.