Skip to content

Commit

Permalink
ci: update persist path. Add temp debug info.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindctrl committed Feb 1, 2024
1 parent 77be0e7 commit 6e8110f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,14 @@ jobs:
- wp-product-orb/variable:
var: BUILD_VERSION
value: $BUILD_VERSION
- run:
name: "DEBUG"
command: |
ls -laR
- persist_to_workspace:
root: .
paths:
- <<parameters.slug>>
- .

plugin-build-json:
executor: wp-product-orb/parser
Expand Down

0 comments on commit 6e8110f

Please sign in to comment.