Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Enable deploying to wp.org svn (#125)
Browse files Browse the repository at this point in the history
* Will revert: dry run of svn-deploy

* Will revert: don't install Node 14

* Revert "Will revert: don't install Node 14"

This reverts commit 80753f7.

* Revert "Will revert: dry run of svn-deploy"

This reverts commit 819b8da.

* Remove the dry-run parameter

* Add the svn context
  • Loading branch information
kienstra committed Mar 27, 2023
1 parent 03af5d0 commit 3e0dc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ jobs:
npm ci
npm run build
- wp-svn/deploy-plugin:
dry-run: true
plugin-path: *PLUGIN_PATH
wporg-assets-directory: wporg

Expand All @@ -106,6 +105,7 @@ workflows:
branches:
ignore: /.*/
- svn-deploy:
context: genesis-svn
requires:
- wp-svn/check-versions
- lint
Expand Down

0 comments on commit 3e0dc87

Please sign in to comment.