echo"𝘅︎ EXITING before commit step as this is the '${CI_COMMIT_REF_NAME}' ref, not the '${WP_ORG_RELEASE_REF}' ref." 1>&2
echo"𝘅︎ EXITING before commit step as this is the '${CI_COMMIT_REF_NAME}' ref, not the '${WP_ORG_RELEASE_REF}' ref." 1>&2
cleanup
exit 0
exit 0
fi
fi
echo"➤ Committing files..."
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"$WP_ORG_USERNAME"--password"$WP_ORG_PASSWORD"
svn commit -m"Update to version ${PLUGIN_VERSION} from GitLab (${CI_PROJECT_URL}; ${CI_JOB_URL})"--no-auth-cache--non-interactive--username"$WP_ORG_USERNAME"--password"$WP_ORG_PASSWORD"