Skip to content

Commit b9ca882

Browse files
committed
fix: remove CircleCI references from release-wporg.sh
1 parent 055fd86 commit b9ca882

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

release-wporg.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
SVN_PLUGINS_URL="https://plugins.svn.wordpress.org"
1111
SVN_REPO_LOCAL_PATH="release/svn"
12-
WP_ORG_PLUGIN_NAME="${WP_ORG_PLUGIN_NAME:=$CIRCLE_PROJECT_REPONAME}"
1312
SVN_REPO_URL="$SVN_PLUGINS_URL/$WP_ORG_PLUGIN_NAME"
1413

1514
LATEST_GIT_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)
@@ -36,7 +35,7 @@ svn checkout -q "$SVN_REPO_URL" .
3635

3736
rm -rf trunk
3837

39-
cp -r "../$CIRCLE_PROJECT_REPONAME" ./trunk
38+
cp -r "../$WP_ORG_PLUGIN_NAME" ./trunk
4039
cp -r ./trunk "./tags/$LATEST_SVN_TAG"
4140

4241
# Add new files to SVN

0 commit comments

Comments
 (0)