diff options
| author | Christian Cleberg <[email protected]> | 2026-07-15 18:56:59 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-07-15 18:56:59 -0500 |
| commit | 42de17403ce997e1e21938e1c1e9cb268adb7683 (patch) | |
| tree | 8308040442b5d07e1c1a898d592e2cbdace1caa1 /builds | |
| parent | 693bb95221fec9257a90b74945ac2ba162bb8d86 (diff) | |
| download | hutch-42de17403ce997e1e21938e1c1e9cb268adb7683.tar.gz hutch-42de17403ce997e1e21938e1c1e9cb268adb7683.tar.bz2 hutch-42de17403ce997e1e21938e1c1e9cb268adb7683.zip | |
fix: drop stale website check from CI
repo-structure-check asserted `test -d "website"`, but the website/ tree was
removed in 24c8bc6 when the privacy policy moved to its new location. The
check has failed on every build since, so the builds.sr.ht badge has been red
since April.
Diffstat (limited to 'builds')
| -rw-r--r-- | builds/swift-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builds/swift-ci.yml b/builds/swift-ci.yml index 3877756..d2449b5 100644 --- a/builds/swift-ci.yml +++ b/builds/swift-ci.yml @@ -71,7 +71,6 @@ tasks: cd "$HOME/Hutch" test -f "Hutch.xcodeproj/project.pbxproj" - test -d "website" test -f "README.md" - xcode-project-check: | |
