Skip to content

Commit

Permalink
Change path again
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstratton committed Nov 16, 2019
1 parent d3a4188 commit 477586e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,8 @@ jobs:
ls
pwd
zip -r release/castanet-${CIRCLE_TAG}.zip . -x \*.git\* \*exampleSite\* appveyor.yml \*.travis.ci\* \*tests\* \*bin\* \*build\* \*release\* config.codekit3 \*node_modules\* gulpfile.js netlify.toml package.json STYLE.md *\node_modules\* \*test\*
- run:
name: "Create workspace directory"
command: mkdir -p ~/castanet/workspace
- persist_to_workspace:
root: ~/castanet/workspace
root: ./
paths:
- release

Expand Down

0 comments on commit 477586e

Please sign in to comment.