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
This commit is contained in:
Kara Erickson 2019-08-20 11:53:35 -07:00 committed by Andrew Kushnir
parent 3dbc4ab572
commit dd6070a49b
1 changed files with 1 additions and 1 deletions

View File

@ -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;