This makes it easier to debug test failures. Signed-off-by: Dumitru Ceara <[email protected]> --- .ci/ovn-kubernetes/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/ovn-kubernetes/Dockerfile b/.ci/ovn-kubernetes/Dockerfile index 9dde47259..9cfc32f62 100644 --- a/.ci/ovn-kubernetes/Dockerfile +++ b/.ci/ovn-kubernetes/Dockerfile @@ -42,7 +42,7 @@ ARG OVNKUBE_COMMIT WORKDIR /root RUN git clone https://github.com/ovn-org/ovn-kubernetes.git WORKDIR /root/ovn-kubernetes/go-controller -RUN git checkout ${OVNKUBE_COMMIT} && make +RUN git checkout ${OVNKUBE_COMMIT} && git log -n 1 && make # Build the final image FROM fedora:33 -- 2.27.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
