commit ba87dd318c6e3d70ef0229e86c86ad9b3e01c110
parent f6e7ba91d10fd70ab819544b60e3038660a2e570
Author: arjoonn <arjoonn@midpathsoftware.com>
Date: Sat, 28 Feb 2026 11:25:16 +0530
x
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.jci/run.sh b/.jci/run.sh
@@ -112,7 +112,7 @@ echo ""
# Step 3: Build site (sequential — needs the binaries to be present)
# ---------------------------------------------------------------------------
echo "--- Step 4: Building site inside jci container ---"
-docker run --rm -it -v "$PWD:/tmp/Jaypore CI" jci "/tmp/Jaypore CI/scripts/build_site.sh"
+docker run --rm -v "$PWD:/tmp/Jaypore CI" jci "/tmp/Jaypore CI/scripts/build_site.sh"
echo ""
echo "All steps completed successfully!"