Update update.sh
This commit is contained in:
parent
8d7b160b31
commit
880ef30c25
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
ISO_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
|
ISO_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
|
||||||
|
|
||||||
# Commit latest version of dn42-rpki-export.json
|
# Commit latest version of ROA files
|
||||||
git add dn42-rpki-export.json
|
git add roa/*
|
||||||
git commit dn42-rpki-export.json -m "Updated dn42-rpki-export.json - $ISO_DATE"
|
git commit roa/* -m "Updated ROA files - $ISO_DATE"
|
||||||
|
|
||||||
# Commit latest version of dn42-rfc8416-export.json
|
# Commit latest version of dn42-rfc8416-export.json
|
||||||
git add dn42-rfc8416-export.json
|
git add dn42-rfc8416-export.json
|
||||||
|
|
Loading…
Reference in a new issue