Skip to content

Commit 9bd8db0

Browse files
Use correct path for persist_to_workspace
1 parent ccddf01 commit 9bd8db0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ references:
3636
persist_to_workspace:
3737
root: .
3838
paths:
39-
- app/build
40-
- sweetest/build
39+
- "**/build"
4140
attach_workspace: &attach_workspace
4241
attach_workspace:
4342
at: *workspace
@@ -104,4 +103,4 @@ workflows:
104103
- lint_checks
105104
- test_unit:
106105
requires:
107-
- assemble
106+
- assemble

0 commit comments

Comments
 (0)