From d0a09f44cb5e37e64063860fe9f74c0c0ff38fd6 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 14 Aug 2024 10:26:25 +0200 Subject: [PATCH] ADD: a test --- plugin.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin.sh b/plugin.sh index dffc63a..3abd65a 100755 --- a/plugin.sh +++ b/plugin.sh @@ -1,5 +1,7 @@ #!/bin/bash +export + if [ -z ${PLUGIN_REPOSITORY_NAME} ]; then echo "ERROR: please provide REPOSITORY_NAME" exit -1