From 379d7b7ba46eb8ee76d2e3c77d9c682ce782d791 Mon Sep 17 00:00:00 2001 From: Johnshall Date: Sun, 5 Dec 2021 18:53:47 +0800 Subject: [PATCH] Fix auto_build.sh to GitHub Actions --- factory/auto_build.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/factory/auto_build.sh b/factory/auto_build.sh index 07903d4..8768933 100644 --- a/factory/auto_build.sh +++ b/factory/auto_build.sh @@ -1,17 +1,8 @@ #!/bin/bash -Path=/root/Shadowrocket-ADBlock-Rules +Path=./factory cd $Path -git fetch --all -git reset --hard origin/master - -cd factory python3 ad.py python3 gfwlist.py python3 build_confs.py -cd .. - -git add . -git commit -m "Nightly build" -m "已合并最新的去广告规则及 GFWList" -git push