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

Typos

parent 9ad99b78
Branches
No related tags found
1 merge request!6Introduce automated deploy to WP.org
Pipeline #756 passed
...@@ -39,7 +39,7 @@ if [[ -z "$CI" ]]; then ...@@ -39,7 +39,7 @@ if [[ -z "$CI" ]]; then
fi fi
if [[ -z "$WP_ORG_USERNAME" ]]; then if [[ -z "$WP_ORG_USERNAME" ]]; then
echo "WordPress.org password not set" 1>&2 echo "WordPress.org username not set" 1>&2
exit 1 exit 1
fi fi
...@@ -120,7 +120,7 @@ svn status ...@@ -120,7 +120,7 @@ svn status
# Stop here unless this is a merge into master. # Stop here unless this is a merge into master.
if [[ -z "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" || "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" != "master" ]]; then if [[ -z "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" || "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" != "master" ]]; then
echo "︎ EXITING before commit step as this is the '${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}' branch, not the 'master' branch." 1>&2 echo "𝘅︎ EXITING before commit step as this is the '${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}' branch, not the 'master' branch." 1>&2
exit 0 exit 0
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment