Skip to content
Snippets Groups Projects
Commit b3abdad6 authored by Erick Hitter's avatar Erick Hitter
Browse files

Also note job in commit

parent be419b0a
No related branches found
No related tags found
1 merge request!6Introduce automated deploy to WP.org
Pipeline #757 passed
...@@ -125,6 +125,6 @@ if [[ -z "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" || "$CI_MERGE_REQUEST_TARGET_BRA ...@@ -125,6 +125,6 @@ if [[ -z "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" || "$CI_MERGE_REQUEST_TARGET_BRA
fi fi
echo "➤ Committing files..." echo "➤ Committing files..."
svn commit -m "Update to version $PLUGIN_VERSION from GitLab ($CI_PROJECT_URL)" --no-auth-cache --non-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD" 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"
echo "✓ Plugin deployed!" echo "✓ Plugin deployed!"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment