Skip to content

Commit

Permalink
chore(build): persiste the workspace (#3448)
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi authored Jun 6, 2023
1 parent 4938014 commit 0954fcb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,10 @@ jobs:
root: ~/repo
paths:
- platform/app/dist
- Dockerfile
- version.txt
- commit.txt
- version.json
- netlify.toml
- .netlify

# DEPLOY_TO_DEV:
# docker:
Expand Down Expand Up @@ -248,6 +247,8 @@ jobs:
NPM_PUBLISH:
<<: *defaults
steps:
- attach_workspace:
at: ~/repo
- run: yarn -v
# Checkout code and ALL Git Tags
- checkout:
Expand Down

0 comments on commit 0954fcb

Please sign in to comment.