Skip to content

Commit 5e4de8b

Browse files
authored
move static-assets dist to new path (hashicorp#9015)
1 parent 934c65a commit 5e4de8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ jobs:
622622
- checkout
623623
- attach_workspace:
624624
at: ./pkg
625-
- run: mv pkg/dist pkg/web_ui # 'make static-assets' looks for the 'pkg/web_ui' path
625+
- run: mv pkg/packages/consul-ui/dist pkg/web_ui # 'make static-assets' looks for the 'pkg/web_ui' path
626626
- run: make tools
627627
- run: make static-assets
628628
- persist_to_workspace:

0 commit comments

Comments
 (0)