From 473cf641fbda3f84bacfee137ed75d81dfb7a5d3 Mon Sep 17 00:00:00 2001 From: alemi Date: Sun, 14 Apr 2024 17:28:08 +0200 Subject: [PATCH] ci: proper way of passing job limit to trunk --- .tci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tci b/.tci index ea7eb76..931a148 100755 --- a/.tci +++ b/.tci @@ -12,7 +12,7 @@ echo "restarting service" systemctl --user start upub echo "rebuilding frontend" cd web -/opt/bin/trunk build --release -j 1 --public-url 'https://feditest.alemi.dev/web' +/opt/bin/trunk build --release --public-url 'https://feditest.alemi.dev/web' -- -j 1 echo "deploying frontend" rm /srv/http/feditest/web/* mv ./dist/* /srv/http/feditest/web/