From 8ce4803db17b7c27ae764f491ef5c1c1fab92bb5 Mon Sep 17 00:00:00 2001 From: alemi Date: Sun, 14 Apr 2024 17:35:41 +0200 Subject: [PATCH] ci: fix trunk compile jobs (must use env var) --- .tci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tci b/.tci index 931a148..8f71056 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 --public-url 'https://feditest.alemi.dev/web' -- -j 1 +CARGO_BUILD_JOBS=1 /opt/bin/trunk build --release --public-url 'https://feditest.alemi.dev/web' echo "deploying frontend" rm /srv/http/feditest/web/* mv ./dist/* /srv/http/feditest/web/