Skip to content

Commit

Permalink
Rename workspace directory
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenvw committed Apr 23, 2018
1 parent d7ddbc2 commit 0c2cb79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
environment:
BUILD_DEV: true
- persist_to_workspace:
root: /build
root: /workspace
paths:
- tar
nightly-deploy:
<<: *defaults
steps:
- checkout
- attach_workspace:
at: /build
at: /workspace
- setup_remote_docker:
docker_layer_caching: true
- run:
Expand Down Expand Up @@ -66,14 +66,14 @@ jobs:
name: Save image
command: bin/save.sh
- persist_to_workspace:
root: /build
root: /workspace
paths:
- tar
deploy:
<<: *defaults
steps:
- attach_workspace:
at: /build
at: /workspace
- checkout
- setup_remote_docker:
docker_layer_caching: true
Expand Down

0 comments on commit 0c2cb79

Please sign in to comment.