ci: setup workspace between jobs
This commit is contained in:
parent
6d3a296d00
commit
78fb14258e
|
@ -9,6 +9,12 @@ workflows:
|
||||||
- node/run:
|
- node/run:
|
||||||
name: build
|
name: build
|
||||||
npm-run: build
|
npm-run: build
|
||||||
|
setup:
|
||||||
|
- persist_to_workspace:
|
||||||
|
path: ./
|
||||||
|
paths:
|
||||||
|
- lib/
|
||||||
|
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -35,3 +41,5 @@ workflows:
|
||||||
- "47:cf:a1:17:d9:81:8e:c5:51:e5:53:c8:33:e4:33:b9"
|
- "47:cf:a1:17:d9:81:8e:c5:51:e5:53:c8:33:e4:33:b9"
|
||||||
- ssh/ssh-add-host:
|
- ssh/ssh-add-host:
|
||||||
host_url: GITEA_HOST
|
host_url: GITEA_HOST
|
||||||
|
- attach_workspace:
|
||||||
|
at: ./
|
||||||
|
|
Loading…
Reference in New Issue