Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Commit

Permalink
fix: disable cached scenes restoration
Browse files Browse the repository at this point in the history
  • Loading branch information
moliva committed Sep 4, 2019
1 parent a9a7a26 commit 399a656
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ jobs:
command: |
make build-essentials
find public -name *.ts | xargs shasum packages/decentraland-ecs/dist/index.d.ts static/systems/scene.system.js | sort > .scene-system-checksum
- restore_cache:
name: Restore cached test scenes
keys:
- cached-scenes-{{ checksum ".scene-system-checksum" }}
# TODO - reenable cache - moliva - 04/09/19
# - restore_cache:
# name: Restore cached test scenes
# keys:
# - cached-scenes-{{ checksum ".scene-system-checksum" }}
- run:
name: Build scenes
command: |
Expand Down

0 comments on commit 399a656

Please sign in to comment.