From 3830f6fc141cd7e62dfefa77b60f69223596e5e3 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Thu, 3 Oct 2019 11:45:44 +0200 Subject: [PATCH] ci: update material-unit-test commit (#32889) Updates the `material-unit-test` job to run tests against the latest commit of the Angular Components repository. We need to update to a version where components already updated to `rules_nodejs#0.38.0`. PR Close #32889 --- .circleci/config.yml | 2 +- .circleci/env.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1b8c3d5815..3612a1f4f0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,7 +29,7 @@ var_4_win: &cache_key_win_fallback v5-angular-win-node-12.0- # Cache key for the Material unit tests job. **Note** when updating the SHA in the cache keys, # also update the SHA for the "MATERIAL_REPO_COMMIT" environment variable. -var_5: &material_unit_tests_cache_key v4-angular-material-2817c9e2faa4140342336987a692d5dd30bf24c2 +var_5: &material_unit_tests_cache_key v4-angular-material-361d1cf800641a6e77321c5d43d97ed854310b9a var_6: &material_unit_tests_cache_key_fallback v4-angular-material- # Workspace initially persisted by the `setup` job, and then enhanced by `build-npm-packages` and diff --git a/.circleci/env.sh b/.circleci/env.sh index 562ddf37bf..88c46dc70e 100755 --- a/.circleci/env.sh +++ b/.circleci/env.sh @@ -84,7 +84,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 "2817c9e2faa4140342336987a692d5dd30bf24c2" +setPublicVar MATERIAL_REPO_COMMIT "361d1cf800641a6e77321c5d43d97ed854310b9a" # Source `$BASH_ENV` to make the variables available immediately. source $BASH_ENV;