From cd88dca5262e41a5493065f8ded083551500565c Mon Sep 17 00:00:00 2001 From: nnsense <2553412+nnsense@users.noreply.github.com> Date: Sun, 10 May 2026 15:38:34 +0200 Subject: [PATCH] Update ct/pinchflat.sh Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> --- ct/pinchflat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/pinchflat.sh b/ct/pinchflat.sh index c2e6446c..f8940d3f 100644 --- a/ct/pinchflat.sh +++ b/ct/pinchflat.sh @@ -39,7 +39,7 @@ function update_script() { CLEAN_INSTALL=1 fetch_and_deploy_gh_release "pinchflat" "kieraneglin/pinchflat" "tarball" "latest" "/opt/pinchflat-src" msg_info "Building Pinchflat" - cd /opt/pinchflat-src || exit 1 + cd /opt/pinchflat-src export MIX_ENV=prod export ERL_FLAGS="+JPperf true" $STD mix deps.get --only prod