commit b99439ed43a7c1d9b6f6a8426a972cb7dd56e583 parent b198c325177398ec7cfa8ead1ed1184a0e66c7e9 Author: Sean Enck <sean@ttypty.com> Date: Tue, 20 Jan 2026 17:28:54 -0500 remove wrapper script entirely Diffstat:
| D | .ci.sh | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/.ci.sh b/.ci.sh @@ -1,4 +0,0 @@ -#!/bin/sh -e -cd plugins/hphp && \ - apk add make minify zip && \ - make CI=1