Fix broken CI step (#13314)

This commit is contained in:
Chris S. Kim 2022-05-31 16:58:17 -04:00 committed by GitHub
parent d4a04457e1
commit 23e7c5b5fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ jobs:
name: move compiled ui files to agent/uiserver
command: |
rm -rf agent/uiserver/dist
mv ui/packages/consul-ui/dist agent/uiserver
mv packages/consul-ui/dist agent/uiserver
- run:
name: commit agent/uiserver/dist/ if there are UI changes
command: |