chore(build): persiste the workspace (#3448)
This commit is contained in:
parent
4938014a21
commit
0954fcb30a
@ -179,11 +179,10 @@ jobs:
|
|||||||
root: ~/repo
|
root: ~/repo
|
||||||
paths:
|
paths:
|
||||||
- platform/app/dist
|
- platform/app/dist
|
||||||
|
- Dockerfile
|
||||||
- version.txt
|
- version.txt
|
||||||
- commit.txt
|
- commit.txt
|
||||||
- version.json
|
- version.json
|
||||||
- netlify.toml
|
|
||||||
- .netlify
|
|
||||||
|
|
||||||
# DEPLOY_TO_DEV:
|
# DEPLOY_TO_DEV:
|
||||||
# docker:
|
# docker:
|
||||||
@ -248,6 +247,8 @@ jobs:
|
|||||||
NPM_PUBLISH:
|
NPM_PUBLISH:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
steps:
|
steps:
|
||||||
|
- attach_workspace:
|
||||||
|
at: ~/repo
|
||||||
- run: yarn -v
|
- run: yarn -v
|
||||||
# Checkout code and ALL Git Tags
|
# Checkout code and ALL Git Tags
|
||||||
- checkout:
|
- checkout:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user