From c2eecb78651a8dcfd22d0195b508a17006619501 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Sat, 22 Jul 2023 19:45:07 +0200 Subject: [PATCH] removed temp line Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com> --- ci/basic_nightly_test.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/basic_nightly_test.sh b/ci/basic_nightly_test.sh index 4c801b9cecf..dca5da8ae03 100755 --- a/ci/basic_nightly_test.sh +++ b/ci/basic_nightly_test.sh @@ -3,9 +3,6 @@ # https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/ set -euxo pipefail -# temp test -zig version - # if to prevent unset vars errror if [ -n "$(ls | grep -v "roc_nightly.*tar\.gz" | grep -v "^ci$")" ]; then