mirror of https://github.com/hashicorp/consul
move static-assets dist to new path (#9015)
parent
934c65ad77
commit
5e4de8b50a
|
@ -622,7 +622,7 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ./pkg
|
at: ./pkg
|
||||||
- run: mv pkg/dist pkg/web_ui # 'make static-assets' looks for the 'pkg/web_ui' path
|
- run: mv pkg/packages/consul-ui/dist pkg/web_ui # 'make static-assets' looks for the 'pkg/web_ui' path
|
||||||
- run: make tools
|
- run: make tools
|
||||||
- run: make static-assets
|
- run: make static-assets
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
|
|
Loading…
Reference in New Issue