diff options
| author | EuAndreh <eu@euandre.org> | 2021-06-08 09:02:50 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-06-08 09:02:50 -0300 |
| commit | 52c62d6e634abd197ec748008a683a21ea79fd51 (patch) | |
| tree | fa0fe4a9f8b9766ebdcbfea649ec11acb3745c45 /sh | |
| parent | sh/symlinks.sh: Assert ~/Downloads/Screenshots/ always exists (diff) | |
| download | dotfiles-52c62d6e634abd197ec748008a683a21ea79fd51.tar.gz dotfiles-52c62d6e634abd197ec748008a683a21ea79fd51.tar.xz | |
sh/fake-symlinks.sh: Disable CI for website repository
Diffstat (limited to 'sh')
| -rw-r--r-- | sh/fake-symlinks.sh | 2 |
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= |
