mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ci): final build should not use cache, to catch more issues
This commit is contained in:
@@ -60,6 +60,9 @@ jobs:
|
||||
|
||||
- stage: Build and Deploy
|
||||
<<: *DEFAULTS_GO
|
||||
cache:
|
||||
# disable cache so we always build from scratch
|
||||
directories: []
|
||||
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