move static-assets dist to new path (#9015)

pull/9016/head
Alvin Huang 2020-10-22 21:04:39 -04:00 committed by GitHub
parent 934c65ad77
commit 5e4de8b50a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: