Skip to content

Commit

Permalink
AMBARI-25946: Fix CI/CD error for Ambari WebUI Tests (apache#3699)
Browse files Browse the repository at this point in the history
* AMBARI-25946: Fix CI/CD error for Ambari WebUI Tests

Signed-off-by: Brahma Reddy Battula <[email protected]>
  • Loading branch information
timyuer authored and datasaying committed Jun 16, 2023
1 parent 0726443 commit 9e250c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ambari-admin/src/main/resources/ui/admin-web/.bowerrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"directory": "app/bower_components"
"directory": "app/bower_components",
"registry": "https://bower.herokuapp.com"
}
5 changes: 3 additions & 2 deletions ambari-admin/src/main/resources/ui/admin-web/test/.bowerrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"directory": "bower_components"
}
"directory": "bower_components",
"registry": "https://bower.herokuapp.com"
}

0 comments on commit 9e250c0

Please sign in to comment.