We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67e423c + b53ca4e commit 645be6fCopy full SHA for 645be6f
1 file changed
entrypoint.sh
@@ -8,6 +8,7 @@ if [ -z "$INPUT_PATH" ]; then
8
echo "${DATETIME} - ERR input path can't be empty"
9
exit 1
10
else
11
+ INPUT_PATH=$(echo $INPUT_PATH | sed -e 's/^"//' -e 's/"$//')
12
INPUT_PARAM="-p $INPUT_PATH"
13
fi
14
0 commit comments