Skip to content

Commit

Permalink
Merge pull request kubevirt#2119 from nitkon/patch-1
Browse files Browse the repository at this point in the history
provider.sh: Call prepare_config in the build funtion.
  • Loading branch information
Artyom Lukianov authored Mar 18, 2019
2 parents 06657ab + 45e927d commit a010ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/external/provider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function down() {
}

function build() {
prepare_config
# Build code and manifests
${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
Expand Down

0 comments on commit a010ea5

Please sign in to comment.