chore(ci): enable cache for cross compilation job

This commit is contained in:
Łukasz Mierzwa
2019-08-28 14:01:51 +01:00
parent 74775ac98f
commit 273eda7d79

View File

@@ -124,8 +124,6 @@ jobs:
env:
- DESC="Cross compile binaries"
- GO111MODULE=on
# 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