mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
ci - adjust scss cache key
This commit is contained in:
parent
5cbd5cd50a
commit
efe516857a
@ -68,7 +68,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Get Scss Cache key
|
name: Get Scss Cache key
|
||||||
# this allows us to checksum against a whole directory
|
# this allows us to checksum against a whole directory
|
||||||
command: ls -laR ui/app/css/ > scss_checksum
|
command: find ui/app/css -type f -exec md5sum {} \; | sort -k 2 > scss_checksum
|
||||||
- run:
|
- run:
|
||||||
name: Build for integration tests
|
name: Build for integration tests
|
||||||
command: npm run test:integration:build
|
command: npm run test:integration:build
|
||||||
@ -118,7 +118,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Get Scss Cache key
|
name: Get Scss Cache key
|
||||||
# this allows us to checksum against a whole directory
|
# this allows us to checksum against a whole directory
|
||||||
command: ls -laR ui/app/css/ > scss_checksum
|
command: find ui/app/css -type f -exec md5sum {} \; | sort -k 2 > scss_checksum
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: scss-cache-{{ checksum "scss_checksum" }}
|
key: scss-cache-{{ checksum "scss_checksum" }}
|
||||||
- run:
|
- run:
|
||||||
@ -144,7 +144,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Get Scss Cache key
|
name: Get Scss Cache key
|
||||||
# this allows us to checksum against a whole directory
|
# this allows us to checksum against a whole directory
|
||||||
command: ls -laR ui/app/css/ > scss_checksum
|
command: find ui/app/css -type f -exec md5sum {} \; | sort -k 2 > scss_checksum
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: scss-cache-{{ checksum "scss_checksum" }}
|
key: scss-cache-{{ checksum "scss_checksum" }}
|
||||||
- run:
|
- run:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user