Browse Source

Try being explicit about cache paths.

xmkb
Pete Johanson 4 years ago
parent
commit
bfe2e10421
  1. 8
      .gitlab-ci.yml

8
.gitlab-ci.yml

@ -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…
Cancel
Save