ci: bugfix: Don't restore emoji cache on prod.

The emoji cache files are not available on production jobs. Also,
copying the files, creating and restoring caches doesn't add
much optimization over just rebuilding the caches here.
This commit is contained in:
Aman Agrawal
2020-04-30 14:33:34 +05:30
committed by Tim Abbott
parent 5fa1dbf5b3
commit 7728611bf4

View File

@@ -287,10 +287,8 @@ jobs:
- *do_bionic_hack
- *production_extract_tarball
- *restore_cache_package_json
- *restore_emoji_cache
- *install_production
- *save_cache_package_json
- *save_emoji_cache
"focal-production-install-python3.8":
docker:
@@ -310,10 +308,8 @@ jobs:
- *do_bionic_hack
- *production_extract_tarball
- *restore_cache_package_json
- *restore_emoji_cache
- *install_production
- *save_cache_package_json
- *save_emoji_cache
workflows:
version: 2