Fix broken CI step (#13314)
This commit is contained in:
parent
d4a04457e1
commit
23e7c5b5fd
|
@ -687,7 +687,7 @@ jobs:
|
||||||
name: move compiled ui files to agent/uiserver
|
name: move compiled ui files to agent/uiserver
|
||||||
command: |
|
command: |
|
||||||
rm -rf agent/uiserver/dist
|
rm -rf agent/uiserver/dist
|
||||||
mv ui/packages/consul-ui/dist agent/uiserver
|
mv packages/consul-ui/dist agent/uiserver
|
||||||
- run:
|
- run:
|
||||||
name: commit agent/uiserver/dist/ if there are UI changes
|
name: commit agent/uiserver/dist/ if there are UI changes
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Reference in New Issue