mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-14 12:02:25 +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: Generator ROA
|
||||||
|
|
||||||
name: roa_generator
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
@ -12,7 +12,7 @@ fi
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
|
|
||||||
mkdir -p "generated"
|
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" -o roa46_bird2.conf
|
||||||
.scripts/roa.py -m "$MAX_LEN_4" -M "$MAX_LEN_6" -4 -o roa4_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
|
set -xeuo pipefail
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
||||||
pushed roa_dir
|
pushd roa_dir
|
||||||
if [ -n "$SSHPRIVKEY" ]; then
|
if [ -n "$SSHPRIVKEY" ]; then
|
||||||
echo SSHPRIVKEY is not set
|
echo SSHPRIVKEY is not set
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue