echo"𝘅︎ EXITING before commit step as this is the '${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}' branch, not the 'master' branch." 1>&2
exit 0
fi
echo"➤ Committing files..."
svn commit -m"Update to version ${PLUGIN_VERSION} from GitLab (${CI_PROJECT_URL}; ${CI_JOB_URL})"--no-auth-cache--non-interactive--username"$SVN_USERNAME"--password"$SVN_PASSWORD"