Skip to content

Commit dd6070a

Browse files
karaAndrewKushnir
authored andcommitted
ci: update material commit we use to run integration tests (angular#32220)
We need to update the commit so we can make Hammer support optional in 32203. PR Close angular#32220
1 parent 3dbc4ab commit dd6070a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ setPublicVar MATERIAL_REPO_TMP_DIR "/tmp/material2"
8080
setPublicVar MATERIAL_REPO_URL "https://github.com/angular/material2.git"
8181
setPublicVar MATERIAL_REPO_BRANCH "master"
8282
# **NOTE**: When updating the commit SHA, also update the cache key in the CircleCI "config.yml".
83-
setPublicVar MATERIAL_REPO_COMMIT "097f4335a4e0b6e6b579829ae3a9cffce6292d2b"
83+
setPublicVar MATERIAL_REPO_COMMIT "eaf70ca2a0600757041633976b29ab5a95d08296"
8484

8585
# Source `$BASH_ENV` to make the variables available immediately.
8686
source $BASH_ENV;

0 commit comments

Comments
 (0)