From e2f0852c303304b2f9417a56c71349f3982146b8 Mon Sep 17 00:00:00 2001 From: Jeremy Apthorp Date: Thu, 21 Mar 2019 16:41:30 -0700 Subject: [PATCH] fixup! download gn from cipd instead of GCS --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 98e22a98af..ada2f1ab8c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -509,7 +509,7 @@ steps-lint: &steps-lint mkdir -p "buildtools/linux64" cipd ensure -ensure-file - -root . <<-CIPD - $ServiceURL https://chrome-infra-packages.appspot.com/ + \$ServiceURL https://chrome-infra-packages.appspot.com/ @Subdir buildtools/linux64 gn/gn/linux-amd64 $GN_VERSION CIPD