mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +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
|
||||
|
||||
environment:
|
||||
- OMR_VERSION: v1.0
|
||||
- OMR_VERSION: $CIRCLE_TAG
|
||||
- OMR_TARGET: x86_64
|
||||
- OMR_IMG: yes
|
||||
|
||||
working_directory: ~/
|
||||
|
||||
|
@ -56,3 +57,9 @@ jobs:
|
|||
key: cache-{{ checksum "/tmp/cache-version" }}
|
||||
paths:
|
||||
- openmptcprouter
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
main:
|
||||
jobs:
|
||||
- build
|
||||
|
|
Loading…
Reference in a new issue