From 2fda24fad9f4529d73789895c71c95cd57065abb Mon Sep 17 00:00:00 2001 From: Septs Date: Tue, 21 Jul 2020 01:26:30 +0800 Subject: [PATCH] update scripts --- .scripts/push-to-roa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/push-to-roa.sh b/.scripts/push-to-roa.sh index aa694c5..a2799e0 100755 --- a/.scripts/push-to-roa.sh +++ b/.scripts/push-to-roa.sh @@ -18,4 +18,4 @@ git add . git config user.name "neonet roa bot" git config user.email "bot@github.com" git commit -m "Generated at $(TZ='UTC' date +%Y%m%d-%H%M%S.%N)" -git push --force --quiet "git@github.com:NeoCloud/NeoNetwork-ROA.git" HEAD:master +git push