Skip to content

Commit

Permalink
Handle final image
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Aug 29, 2017
1 parent fdbd3dc commit 4abc0cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hack/build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,6 @@ for i in `jobs -p`; do wait $i; done
( os::build::image "openshift/openvswitch" images/openvswitch ) &

# extra images (not part of infrastructure)
( os::build::image "openshift/hello-openshift" examples/hello-openshift ) &
( os::build::image "openshift/hello-openshift" examples/hello-openshift ) &

for i in `jobs -p`; do wait $i; done

0 comments on commit 4abc0cc

Please sign in to comment.