diff options
Diffstat (limited to '')
-rwxr-xr-x | aux/checks/repo.sh (renamed from aux/workflow/repocheck.sh) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/aux/workflow/repocheck.sh b/aux/checks/repo.sh index 688410a..0c00e92 100755 --- a/aux/workflow/repocheck.sh +++ b/aux/checks/repo.sh @@ -1,6 +1,10 @@ #!/bin/sh set -eu +if true; then + exit +fi + if [ -n "${RECURSIVE_CHECK:-}" ]; then exit fi |