From 82175dc123ffde1ad6c9a13f459c188e26b403ae Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Thu, 16 Apr 2020 09:18:53 -0700 Subject: [PATCH] Speculative fix for myanmar-tools CI breakage (#3659) Speculative fix for #3656 --- projects/myanmar-tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/myanmar-tools/Dockerfile b/projects/myanmar-tools/Dockerfile index 90f94c627..d2513bb38 100644 --- a/projects/myanmar-tools/Dockerfile +++ b/projects/myanmar-tools/Dockerfile @@ -20,5 +20,5 @@ RUN apt-get update && apt-get -y install \ cmake \ libunwind-dev RUN git clone https://github.com/google/myanmar-tools.git -WORKDIR $SRC/myanmar-tools/clients/cpp/ +WORKDIR $SRC/myanmar-tools COPY build.sh $SRC/