cache build dir between steps
This commit is contained in:
parent
2612ee4bda
commit
856c46831d
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ stages:
|
|||
- build
|
||||
- flash
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- build/
|
||||
build:
|
||||
stage: build
|
||||
|
||||
|
|
Loading…
Reference in a new issue