Browse Source

actually forgot to bootstrap

pull/1266/head
Ross McFarland 6 months ago
parent
commit
9bd32e003f
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/geo-data.yml

+ 2
- 0
.github/workflows/geo-data.yml View File

@ -36,6 +36,8 @@ jobs:
pip install virtualenv
- name: Generate geo_data.py
run: |
./script/bootstrap
source env/bin/activate
./script/generate-geo-data > octodns/record/geo_data.py
[ `git status --porcelain=1 | wc -l` -ne 0 ] && ./script/changelog create -t minor Periodic updates to geo_data.py
- name: Create Pull Request


Loading…
Cancel
Save