From 55c9ebeecb7c03ecf6e5deeb89814e78103f8a5a Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sat, 28 May 2022 18:21:57 +0200 Subject: Don't run online checks after deployment --- script/deploy | 3 --- 1 file changed, 3 deletions(-) (limited to 'script') diff --git a/script/deploy b/script/deploy index b2bcd45..3db6cb1 100755 --- a/script/deploy +++ b/script/deploy @@ -57,6 +57,3 @@ curl \ --output /dev/null \ http://www.bing.com/ping?sitemap=https%3A%2F%2Fwww.skreutz.com/sitemap.xml \ || ( >&2 printf "error: failed to submit live sitemap to bing.com\\n" ) - -# shellcheck source=./check-online -. "${root}/script/check-online" -- cgit v1.2.3