From 48b72c1257a2a55ba84017ec610783ef8f4f436c Mon Sep 17 00:00:00 2001 From: Matt Klein Date: Thu, 13 Apr 2017 14:50:08 -0700 Subject: [PATCH] build: update build image to 98a1276049a3cf4bebc6a0343217444a8675baf8 --- ci/ci_steps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ci_steps.sh b/ci/ci_steps.sh index bbf51994cbed7..a133c44a1144e 100755 --- a/ci/ci_steps.sh +++ b/ci/ci_steps.sh @@ -1,5 +1,5 @@ #!/bin/bash -ENVOY_BUILD_SHA=3d878d55e05a554514305f26101bd6ad15a4a602 +ENVOY_BUILD_SHA=98a1276049a3cf4bebc6a0343217444a8675baf8 # Script that lists all the steps take by the CI system when doing Envoy builds. set -e