Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2023-12-02 18:36:15 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2023-12-02 18:36:15 +0300
commitb1647433b724630f34ec1f289c1420238da5462e (patch)
tree4cd37d14fb8d45d4acab17e8c74a2900f8112fd3
parent5571307bdab20b639bceb18a5243371598b16064 (diff)
add empty wrapper to turn run green
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
-rwxr-xr-xscripts/analysis/analysis-wrapper.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/analysis/analysis-wrapper.sh b/scripts/analysis/analysis-wrapper.sh
new file mode 100755
index 00000000..0fdcf091
--- /dev/null
+++ b/scripts/analysis/analysis-wrapper.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+exit 0