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

Regular update: 2020-07-20T17:58:59Z

This commit is contained in:
Septs 2020-07-21 01:58:59 +08:00
parent e3c052266e
commit 3c68b06fd4
2 changed files with 8 additions and 12 deletions

View file

@ -26,10 +26,8 @@ jobs:
python-version: "3.x"
architecture: "x64"
- name: Run ROA script
run: .scripts/generate-roa.sh
- run: .scripts/generate-roa.sh
- name: Push to NeoCloud/NeoNetwork-ROA
run: .scripts/push-to-roa.sh
- run: .scripts/push-to-roa.sh
env:
SSHPRIVKEY: ${{ secrets.KEY }}

View file

@ -14,13 +14,11 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -y python3 python3-venv
- uses: actions/setup-python@v2
with:
python-version: "3.x"
architecture: "x64"
- name: Run ROA script
run: .scripts/generate-roa.sh
- run: .scripts/generate-roa.sh
- name: Preview
run: cat generated/README.txt
- run: cat generated/README.txt