We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93be81a commit a798c26Copy full SHA for a798c26
.circleci/deploy.sh
@@ -73,6 +73,6 @@ svn cp "trunk" "tags/$RELEASE_TAG"
73
svn status
74
75
echo "Committing files..."
76
-svn commit -m "Release version $RELEASE_TAG." --no-auth-cache --non-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD"
+svn commit -m "Release version ${RELEASE_TAG}." --no-auth-cache --non-interactive --username "${SVN_USERNAME}" --password "${SVN_PASSWORD}"
77
78
echo "Plugin version $RELEASE_TAG deployed."
0 commit comments