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:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- modules
|
- $CI_BUILDS_DIR/modules
|
||||||
- tools
|
- $CI_BUILDS_DIR/tools
|
||||||
- zephyr
|
- $CI_BUILDS_DIR/zephyr
|
||||||
- bootloader
|
- $CI_BUILDS_DIR/bootloader
|
||||||
|
|
||||||
image: $CI_BUILD_IMAGE:v0.1.1
|
image: $CI_BUILD_IMAGE:v0.1.1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue