1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-05-18 11:31:45 +08:00

update scripts

This commit is contained in:
Septs 2020-07-21 00:22:03 +08:00
parent a4f73470bb
commit 49a44411e4
3 changed files with 3 additions and 5 deletions

View file

@ -1,6 +1,4 @@
# This is a basic workflow to help you get started with Actions
name: roa_generator
name: Generator ROA
on:
push:

View file

@ -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

View file

@ -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