aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-08 09:02:50 -0300
committerEuAndreh <eu@euandre.org>2021-06-08 09:02:50 -0300
commit52c62d6e634abd197ec748008a683a21ea79fd51 (patch)
treefa0fe4a9f8b9766ebdcbfea649ec11acb3745c45
parentsh/symlinks.sh: Assert ~/Downloads/Screenshots/ always exists (diff)
downloaddotfiles-52c62d6e634abd197ec748008a683a21ea79fd51.tar.gz
dotfiles-52c62d6e634abd197ec748008a683a21ea79fd51.tar.xz
sh/fake-symlinks.sh: Disable CI for website repository
-rw-r--r--sh/fake-symlinks.sh2
1 files changed, 1 insertions, 1 deletions
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=