From 578a54a848781a36e5a7878301f9e50b92f5ff18 Mon Sep 17 00:00:00 2001 From: "xiongdian.me" Date: Thu, 16 Mar 2023 18:33:43 +0800 Subject: [PATCH] Revert "ci: add ddns" This reverts commit 4fe83215048b05ae3234ce801ac67856d0fea52e. --- tools/test.zsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/test.zsh b/tools/test.zsh index 78fadd8..1db204d 100644 --- a/tools/test.zsh +++ b/tools/test.zsh @@ -26,7 +26,6 @@ doll dfs cd tools/test-getopts.sh tools/common.sh get_os_name -DFS_DDNS_IP4=api DFS_DDNS_IP6=api tools/frigg-client.sh ddns test $(echo y | tools/common.sh ask_for_yN "test") = "1" test $(echo n | tools/common.sh ask_for_yN "test") = "0" test $(echo | tools/common.sh ask_for_yN "test") = "0" @@ -61,4 +60,4 @@ test `git rev-parse HEAD` = `curl -fsSL https://api.beardic.cn/get-var/dfs-commi # clean git reset --hard $DFS_VERSION -set +x +set +x \ No newline at end of file