mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ci): correctly disable cache on Travis CI
Empty list doesn't work correctly, it still tries to cache
This commit is contained in:
@@ -84,9 +84,8 @@ jobs:
|
||||
|
||||
- stage: Build and Deploy
|
||||
<<: *DEFAULTS_GO
|
||||
cache:
|
||||
# disable cache so we always build from scratch
|
||||
directories: []
|
||||
# disable cache so we always build from scratch
|
||||
cache: false
|
||||
before_script:
|
||||
# this stage needs to build everything including assets file and that
|
||||
# requires running webpack, so we need nodejs here
|
||||
|
||||
Reference in New Issue
Block a user