From 0216bd36095135d302f62e50bfcb4da4b3344592 Mon Sep 17 00:00:00 2001 From: Jose Nino Date: Fri, 3 Feb 2017 17:39:12 -0800 Subject: [PATCH] test travis --- ci/build_container/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_container/README.md b/ci/build_container/README.md index a4905cef35fac..cdba04b81bf11 100644 --- a/ci/build_container/README.md +++ b/ci/build_container/README.md @@ -1,6 +1,6 @@ ## Steps to publish new image for Envoy 3rd party dependencies -Currently this can be done only by Envoy team. +*Currently this can be done only by Envoy team.* * Modify [build_container.sh](build_container.sh) to include steps for building 3rd party library. * Build image locally by running `docker build --rm -t lyft/envoy-build:latest .` from this directory.