Skip to content

Commit

Permalink
Fix attach_workspace
Browse files Browse the repository at this point in the history
circleci validate doesn't catch this for some reason, but you need to
specify an at.
  • Loading branch information
lawrencejones committed Feb 16, 2021
1 parent bc2b938 commit b35a7e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ jobs:
working_directory: /app
steps:
- checkout
- attach_workspace
# Attach web assets back into web/build
- attach_workspace:
at: .
- run:
name: Release
command: |
Expand Down

0 comments on commit b35a7e7

Please sign in to comment.