mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Reset RPI CircleCI caches
This commit is contained in:
parent
f85b54eeb6
commit
95408c6734
1 changed files with 4 additions and 9 deletions
|
@ -2,7 +2,6 @@ version: 2
|
||||||
jobs:
|
jobs:
|
||||||
prepare:
|
prepare:
|
||||||
machine: true
|
machine: true
|
||||||
timezone: Europe/Paris
|
|
||||||
|
|
||||||
working_directory: ~/
|
working_directory: ~/
|
||||||
|
|
||||||
|
@ -15,7 +14,6 @@ jobs:
|
||||||
|
|
||||||
build_x86_64:
|
build_x86_64:
|
||||||
machine: true
|
machine: true
|
||||||
timezone: Europe/Paris
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- OMR_VERSION: $CIRCLE_TAG
|
- OMR_VERSION: $CIRCLE_TAG
|
||||||
|
@ -73,7 +71,6 @@ jobs:
|
||||||
|
|
||||||
build_x86:
|
build_x86:
|
||||||
machine: true
|
machine: true
|
||||||
timezone: Europe/Paris
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- OMR_VERSION: $CIRCLE_TAG
|
- OMR_VERSION: $CIRCLE_TAG
|
||||||
|
@ -131,7 +128,6 @@ jobs:
|
||||||
|
|
||||||
build_rpi3:
|
build_rpi3:
|
||||||
machine: true
|
machine: true
|
||||||
timezone: Europe/Paris
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- OMR_VERSION: $CIRCLE_TAG
|
- OMR_VERSION: $CIRCLE_TAG
|
||||||
|
@ -143,8 +139,8 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: cache
|
name: cache
|
||||||
command: |
|
command: |
|
||||||
echo "cache 8 $OMR_TARGET" > /tmp/cache-target
|
echo "cache 9 $OMR_TARGET" > /tmp/cache-target
|
||||||
echo "cache 12 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
echo "cache 13 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
|
@ -189,7 +185,6 @@ jobs:
|
||||||
|
|
||||||
build_rpi2:
|
build_rpi2:
|
||||||
machine: true
|
machine: true
|
||||||
timezone: Europe/Paris
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- OMR_VERSION: $CIRCLE_TAG
|
- OMR_VERSION: $CIRCLE_TAG
|
||||||
|
@ -201,8 +196,8 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: cache
|
name: cache
|
||||||
command: |
|
command: |
|
||||||
echo "cache 8 $OMR_TARGET" > /tmp/cache-target
|
echo "cache 9 $OMR_TARGET" > /tmp/cache-target
|
||||||
echo "cache 12 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
echo "cache 13 $OMR_TARGET $OMR_VERSION" > /tmp/cache-version
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
|
|
Loading…
Reference in a new issue