You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by br...@apache.org on 2023/05/22 06:32:53 UTC

[ambari] branch trunk updated: AMBARI-25946: Fix CI/CD error for Ambari WebUI Tests (#3699)

This is an automated email from the ASF dual-hosted git repository.

brahma pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7d047f5330 AMBARI-25946: Fix CI/CD error for Ambari WebUI Tests (#3699)
7d047f5330 is described below

commit 7d047f5330b94354933636868c599e8ff8afbde3
Author: Yu Hou <52...@qq.com>
AuthorDate: Mon May 22 14:32:44 2023 +0800

    AMBARI-25946: Fix CI/CD error for Ambari WebUI Tests (#3699)
    
    * AMBARI-25946: Fix CI/CD error for Ambari WebUI Tests
    
    Signed-off-by: Brahma Reddy Battula <br...@apache.org>
---
 ambari-admin/src/main/resources/ui/admin-web/.bowerrc      | 3 ++-
 ambari-admin/src/main/resources/ui/admin-web/test/.bowerrc | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/ambari-admin/src/main/resources/ui/admin-web/.bowerrc b/ambari-admin/src/main/resources/ui/admin-web/.bowerrc
index d0f0b6fe31..9516cf171c 100644
--- a/ambari-admin/src/main/resources/ui/admin-web/.bowerrc
+++ b/ambari-admin/src/main/resources/ui/admin-web/.bowerrc
@@ -1,3 +1,4 @@
 {
-    "directory": "app/bower_components"
+    "directory": "app/bower_components",
+    "registry": "https://bower.herokuapp.com"
 }
\ No newline at end of file
diff --git a/ambari-admin/src/main/resources/ui/admin-web/test/.bowerrc b/ambari-admin/src/main/resources/ui/admin-web/test/.bowerrc
index 44491d3df5..8ea830f2a3 100644
--- a/ambari-admin/src/main/resources/ui/admin-web/test/.bowerrc
+++ b/ambari-admin/src/main/resources/ui/admin-web/test/.bowerrc
@@ -1,3 +1,4 @@
 {
-    "directory": "bower_components"
-}
+    "directory": "bower_components",
+    "registry": "https://bower.herokuapp.com"
+}
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org