mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-18 02:39:50 +00:00
Disable cache
This commit is contained in:
parent
cda17e0e88
commit
2e0eae5602
@ -14,11 +14,11 @@ jobs:
|
||||
sudo systemsetup -settimezone Europe/Warsaw
|
||||
echo "Today is $(date +"%Y-%m-%d %T")"
|
||||
|
||||
- restore_cache:
|
||||
name: Restore Yarn Package Cache
|
||||
keys:
|
||||
- dependency-cache-{{ checksum "yarn.lock" }}
|
||||
- dependency-cache-
|
||||
# - restore_cache:
|
||||
# name: Restore Yarn Package Cache
|
||||
# keys:
|
||||
# - dependency-cache-{{ checksum "yarn.lock" }}
|
||||
# - dependency-cache-
|
||||
|
||||
- run:
|
||||
name: Install project
|
||||
@ -28,11 +28,11 @@ jobs:
|
||||
yarn || true
|
||||
yarn || true
|
||||
|
||||
- save_cache:
|
||||
name: Save Yarn Package Cache
|
||||
key: dependency-cache-{{ checksum "yarn.lock" }}
|
||||
paths:
|
||||
- ./node_modules
|
||||
# - save_cache:
|
||||
# name: Save Yarn Package Cache
|
||||
# key: dependency-cache-{{ checksum "yarn.lock" }}
|
||||
# paths:
|
||||
# - ./node_modules
|
||||
|
||||
- run:
|
||||
name: Building WebUI for distribution
|
||||
|
Loading…
Reference in New Issue
Block a user