From dd6070a49b48fa2605c1a50771cc6a62379119df Mon Sep 17 00:00:00 2001 From: Kara Erickson Date: Tue, 20 Aug 2019 11:53:35 -0700 Subject: [PATCH] ci: update material commit we use to run integration tests (#32220) We need to update the commit so we can make Hammer support optional in 32203. PR Close #32220 --- .circleci/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/env.sh b/.circleci/env.sh index 34ee39a2d3..0a07fb192c 100755 --- a/.circleci/env.sh +++ b/.circleci/env.sh @@ -80,7 +80,7 @@ setPublicVar MATERIAL_REPO_TMP_DIR "/tmp/material2" setPublicVar MATERIAL_REPO_URL "https://github.com/angular/material2.git" setPublicVar MATERIAL_REPO_BRANCH "master" # **NOTE**: When updating the commit SHA, also update the cache key in the CircleCI "config.yml". -setPublicVar MATERIAL_REPO_COMMIT "097f4335a4e0b6e6b579829ae3a9cffce6292d2b" +setPublicVar MATERIAL_REPO_COMMIT "eaf70ca2a0600757041633976b29ab5a95d08296" # Source `$BASH_ENV` to make the variables available immediately. source $BASH_ENV;