Indent fixes for publish script

This commit is contained in:
Clemens Schwaighofer
2026-01-07 12:50:37 +09:00
parent 74999e6f6b
commit 969aa684d9

View File

@@ -62,7 +62,7 @@ function gitlab_publish
_PACKAGE_DOWNLOAD="${4}"
_VERSION="${5}"
_file_last_published="${6}"
if [ -z "${GITLAB_PUBLISH}" ]; then
if [ -z "${_GITLAB_PUBLISH}" ]; then
return;
fi;
if [ -n "${_GITLAB_URL}" ] && [ -n "${_GITLAB_DEPLOY_TOKEN}" ]; then