From 94d8a3699a9d15feb9787cc0bf9cdf9328f70666 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 25 Oct 2021 16:16:19 +0200 Subject: remove branch check for now --- .build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.build.yml b/.build.yml index 5b406b9..78a176b 100644 --- a/.build.yml +++ b/.build.yml @@ -12,6 +12,5 @@ tasks: cd website make - deploy: | - [ "$(git -C website rev-parse --abbrev-ref HEAD)" = master ] || exit 0 sshopt="--rsh=ssh -o StrictHostKeyChecking=no" rsync "$sshopt" -av --delete website/docs/ user-data@carbslinux.org:www/carbslinux.org -- cgit v1.2.3