From f7e00a2e6483fb77ff230f084998aa9eae8d6c9d Mon Sep 17 00:00:00 2001 From: arcnmx Date: Sun, 21 Apr 2024 14:43:33 -0700 Subject: [PATCH] fix(ci): flake update build logs --- ci/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/update.sh b/ci/update.sh index 8c39a506..ba78aa97 100644 --- a/ci/update.sh +++ b/ci/update.sh @@ -20,7 +20,7 @@ echo "checking that nodes still build..." >&2 if [[ -n ${NF_UPDATE_CACHIX_PUSH-} ]]; then export NF_ACTIONS_TEST_OUTLINK=${NF_ACTIONS_TEST_OUTLINK-result} fi -nf-actions-test +nf-actions-test -L if [[ -n ${NF_UPDATE_CACHIX_PUSH-} ]]; then cachix push gensokyo-infrastructure "./${NF_ACTIONS_TEST_OUTLINK}"*/ &