fix(ci): final build should not use cache, to catch more issues

This commit is contained in:
Łukasz Mierzwa
2018-07-25 11:08:00 +02:00
parent 32925da47d
commit 23490afbfc

View File

@@ -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