mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-05 22:22:24 +08:00
Regular update: 2020-07-20T18:03:50Z
This commit is contained in:
parent
3c68b06fd4
commit
8c1b87eaa4
1 changed files with 5 additions and 4 deletions
|
@ -13,10 +13,11 @@ chmod 0600 "$HOME/.ssh/id_ed25519"
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
pushd generated
|
cd generated || exit -1
|
||||||
|
|
||||||
git remote set-url origin git@github.com:NeoCloud/NeoNetwork-ROA.git
|
git remote set-url origin git@github.com:NeoCloud/NeoNetwork-ROA.git
|
||||||
|
git config user.name "NeoCloud ROA bot"
|
||||||
|
git config user.email "support@neocloud.tw"
|
||||||
git add .
|
git add .
|
||||||
git config user.name "neonet roa bot"
|
git commit -m "Generated at $(date -u +"%Y-%m-%dT%H:%M:%SZ")"
|
||||||
git config user.email "bot@github.com"
|
|
||||||
git commit -m "Generated at $(TZ='UTC' date +%Y%m%d-%H%M%S.%N)"
|
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in a new issue