From 52c62d6e634abd197ec748008a683a21ea79fd51 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 8 Jun 2021 09:02:50 -0300 Subject: sh/fake-symlinks.sh: Disable CI for website repository --- sh/fake-symlinks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/fake-symlinks.sh b/sh/fake-symlinks.sh index 1be9487d..d8195300 100644 --- a/sh/fake-symlinks.sh +++ b/sh/fake-symlinks.sh @@ -107,7 +107,7 @@ ln_env() { export MAILING_LIST="${ML_FOR_PROJECT[$PROJECT]:-public-inbox}" export PROJECT_UC="${PROJECT_NAMES[$PROJECT]:-$PROJECT}" - if [ -f "$PPREFIX/Makefile" ]; then + if [ -f "$PPREFIX/Makefile" ] && [ "$PROJECT" != website ]; then export ENABLE_CI=1 else export ENABLE_CI= -- cgit v1.3