diff --git a/.circleci/config.yml b/.circleci/config.yml index f63b4540..12fb6666 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: - - <> + - . plugin-build-json: executor: wp-product-orb/parser