fix(ci): use custom cache key for cross compilation job

This commit is contained in:
Łukasz Mierzwa
2019-08-30 15:04:24 +01:00
parent 70a41ec757
commit 9cffbe6488

View File

@@ -119,6 +119,11 @@ jobs:
name: Cross compile binaries
if: repo = prymitive/karma AND type != pull_request
<<: *DEFAULTS_GO
env:
# add an extra env so we don't push cross compilation cache into the main archive
# as it slows down other jobs
- JOB=cc
- GO111MODULE=on
before_script:
# this stage needs to build everything including assets file and that
# requires running webpack, so we need nodejs here