mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-13 08:52:23 +08:00
update scripts
This commit is contained in:
parent
a4f73470bb
commit
49a44411e4
3 changed files with 3 additions and 5 deletions
4
.github/workflows/roa.yml
vendored
4
.github/workflows/roa.yml
vendored
|
@ -1,6 +1,4 @@
|
|||
# This is a basic workflow to help you get started with Actions
|
||||
|
||||
name: roa_generator
|
||||
name: Generator ROA
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
@ -12,7 +12,7 @@ fi
|
|||
source .venv/bin/activate
|
||||
|
||||
mkdir -p "generated"
|
||||
pushed generated
|
||||
pushd generated
|
||||
|
||||
.scripts/roa.py -m "$MAX_LEN_4" -M "$MAX_LEN_6" -o roa46_bird2.conf
|
||||
.scripts/roa.py -m "$MAX_LEN_4" -M "$MAX_LEN_6" -4 -o roa4_bird2.conf
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
set -xeuo pipefail
|
||||
IFS=$'\n\t'
|
||||
|
||||
pushed roa_dir
|
||||
pushd roa_dir
|
||||
if [ -n "$SSHPRIVKEY" ]; then
|
||||
echo SSHPRIVKEY is not set
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue