Skip to content

Commit

Permalink
Use new bazel targets
Browse files Browse the repository at this point in the history
For consistency, use the new bazel targets that were added:
push-openstack-populator
push-ovirt-populator
push-populator-controller

Signed-off-by: Arik Hadas <[email protected]>
  • Loading branch information
ahadas committed Jul 18, 2023
1 parent c4aee84 commit 1c3d9df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build_forklift_bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ export CONTAINER_CMD=$(which docker)

# REGISTRY_ORG cannot be empty with docker
if [ "${PROVIDER_NAME}" = "openstack" ]; then
REGISTRY_ORG=ci make push-openstack-populator-image
bazel run push-openstack-populator
fi
if [ "${PROVIDER_NAME}" = "ovirt" ]; then
REGISTRY_ORG=ci make push-ovirt-populator-image
bazel run push-ovirt-populator
fi

REGISTRY_ORG=ci make push-populator-controller-image
bazel run push-populator-controller

bazel run push-forklift-api
bazel run push-forklift-controller
Expand Down

0 comments on commit 1c3d9df

Please sign in to comment.