File tree 1 file changed +16
-0
lines changed 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 51
51
- run :
52
52
name : Generate Semantic Release
53
53
command : yarn semantic-release
54
+ - run :
55
+ name : Setup worksapce
56
+ command : mkdir -p workspace
57
+ - run :
58
+ name : Copy everything into the workspace
59
+ command : cp -R build workspace/build && cp package.json workspace/package.json
54
60
- persist_to_workspace :
55
61
root : workspace
56
62
paths :
63
69
- image : electronuserland/builder:wine
64
70
steps :
65
71
- checkout
72
+ - attach_workspace :
73
+ at : /tmp/workspace
74
+ - run :
75
+ name : Move Build and Package into the right place
76
+ command : mv -R /tmp/workspace/build build && mv /tmp/workspace/package.json package.json
66
77
- run :
67
78
name : Install dependencies
68
79
command : yarn install --ignore-engines
80
91
xcode : " 11.3.1"
81
92
steps :
82
93
- checkout
94
+ - attach_workspace :
95
+ at : /tmp/workspace
96
+ - run :
97
+ name : Move Build and Package into the right place
98
+ command : mv -R /tmp/workspace/build build && mv /tmp/workspace/package.json package.json
83
99
- run :
84
100
name : Install dependencies
85
101
command : yarn install --ignore-engines
You can’t perform that action at this time.
0 commit comments