From 865b206955b42c66f46b61a23e6c0ad4b7116eaf Mon Sep 17 00:00:00 2001 From: farfromrefug Date: Wed, 16 Oct 2024 16:01:38 +0200 Subject: [PATCH] chore: ci test --- scripts/ci.prepare.sh | 3 +++ tools | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 scripts/ci.prepare.sh diff --git a/scripts/ci.prepare.sh b/scripts/ci.prepare.sh new file mode 100644 index 00000000..f81b4590 --- /dev/null +++ b/scripts/ci.prepare.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +echo "Values of all the arguments: $@" \ No newline at end of file diff --git a/tools b/tools index 1cf0fb63..1785ff61 160000 --- a/tools +++ b/tools @@ -1 +1 @@ -Subproject commit 1cf0fb63d7cc93edf1ee0d4e694704c33c4ea8a8 +Subproject commit 1785ff61b004ddf01157baa1b5005082c6b15ef1