mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix
This commit is contained in:
parent
faed00b96f
commit
caed5aff86
1 changed files with 8 additions and 1 deletions
|
@ -5,8 +5,9 @@ jobs:
|
||||||
timezone: Europe/Paris
|
timezone: Europe/Paris
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- OMR_VERSION: v1.0
|
- OMR_VERSION: $CIRCLE_TAG
|
||||||
- OMR_TARGET: x86_64
|
- OMR_TARGET: x86_64
|
||||||
|
- OMR_IMG: yes
|
||||||
|
|
||||||
working_directory: ~/
|
working_directory: ~/
|
||||||
|
|
||||||
|
@ -56,3 +57,9 @@ jobs:
|
||||||
key: cache-{{ checksum "/tmp/cache-version" }}
|
key: cache-{{ checksum "/tmp/cache-version" }}
|
||||||
paths:
|
paths:
|
||||||
- openmptcprouter
|
- openmptcprouter
|
||||||
|
|
||||||
|
workflows:
|
||||||
|
version: 2
|
||||||
|
main:
|
||||||
|
jobs:
|
||||||
|
- build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue