From 5e4de8b50ad07dde55b46c04288052a8a34cb9b4 Mon Sep 17 00:00:00 2001 From: Alvin Huang <17609145+alvin-huang@users.noreply.github.com> Date: Thu, 22 Oct 2020 21:04:39 -0400 Subject: [PATCH] move static-assets dist to new path (#9015) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a5a60bbb07..add98987b0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -622,7 +622,7 @@ jobs: - checkout - attach_workspace: 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 static-assets - persist_to_workspace: