mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user