Try being explicit about cache paths.
This commit is contained in:
parent
8f80858d3a
commit
bfe2e10421
1 changed files with 4 additions and 4 deletions
|
@ -9,10 +9,10 @@ build:
|
|||
|
||||
cache:
|
||||
paths:
|
||||
- modules
|
||||
- tools
|
||||
- zephyr
|
||||
- bootloader
|
||||
- $CI_BUILDS_DIR/modules
|
||||
- $CI_BUILDS_DIR/tools
|
||||
- $CI_BUILDS_DIR/zephyr
|
||||
- $CI_BUILDS_DIR/bootloader
|
||||
|
||||
image: $CI_BUILD_IMAGE:v0.1.1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue