mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix usign key
This commit is contained in:
parent
65e937bff0
commit
e914931b3e
1 changed files with 4 additions and 4 deletions
|
@ -46,8 +46,8 @@ jobs:
|
||||||
export OMR_FEED_URL="$CIRCLE_REPOSITORY_URL"
|
export OMR_FEED_URL="$CIRCLE_REPOSITORY_URL"
|
||||||
export OMR_FEED_SRC="${CIRCLE_BRANCH:-$CIRCLE_TAG}"
|
export OMR_FEED_SRC="${CIRCLE_BRANCH:-$CIRCLE_TAG}"
|
||||||
sh build.sh prepare {tools,toolchain}/install -j2
|
sh build.sh prepare {tools,toolchain}/install -j2
|
||||||
echo "$OMR_PRIVKEY" > ~/openmptcprouter/$OMR_TARGET/source/key-build
|
echo -e "$OMR_PRIVKEY" > ~/openmptcprouter/$OMR_TARGET/source/key-build
|
||||||
echo "$OMR_PUBKEY" > ~/openmptcprouter/$OMR_TARGET/source/key-build.pub
|
echo -e "$OMR_PUBKEY" > ~/openmptcprouter/$OMR_TARGET/source/key-build.pub
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: cache-{{ checksum "/tmp/cache-target" }}
|
key: cache-{{ checksum "/tmp/cache-target" }}
|
||||||
|
@ -104,8 +104,8 @@ jobs:
|
||||||
export OMR_FEED_URL="$CIRCLE_REPOSITORY_URL"
|
export OMR_FEED_URL="$CIRCLE_REPOSITORY_URL"
|
||||||
export OMR_FEED_SRC="${CIRCLE_BRANCH:-$CIRCLE_TAG}"
|
export OMR_FEED_SRC="${CIRCLE_BRANCH:-$CIRCLE_TAG}"
|
||||||
sh build.sh prepare {tools,toolchain}/install -j2
|
sh build.sh prepare {tools,toolchain}/install -j2
|
||||||
echo "$OMR_PRIVKEY" > ~/openmptcprouter/$OMR_TARGET/source/key-build
|
echo -e "$OMR_PRIVKEY" > ~/openmptcprouter/$OMR_TARGET/source/key-build
|
||||||
echo "$OMR_PUBKEY" > ~/openmptcprouter/$OMR_TARGET/source/key-build.pub
|
echo -e "$OMR_PUBKEY" > ~/openmptcprouter/$OMR_TARGET/source/key-build.pub
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: cache-{{ checksum "/tmp/cache-target" }}
|
key: cache-{{ checksum "/tmp/cache-target" }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue