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

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


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 346e4c507f AMBARI-25946: Fix CI/CD error for Ambari WebUI Tests (#3715)
346e4c507f is described below

commit 346e4c507f8d2bd476ec54799a12f9b2e85b3a07
Author: Mohammad Arshad <ars...@apache.org>
AuthorDate: Tue Jul 4 14:52:00 2023 +0530

    AMBARI-25946: Fix CI/CD error for Ambari WebUI Tests (#3715)
    
    Signed-off-by: Brahma Reddy Battula <bra...@apache.org>
---
 ambari-admin/src/main/resources/ui/admin-web/.bowerrc      | 3 ++-
 ambari-admin/src/main/resources/ui/admin-web/test/.bowerrc | 3 ++-
 2 files changed, 4 insertions(+), 2 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..d8bf0d4fc5 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";
 }


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

Reply via email to