Skip to content

Commit 7d047f5

Browse files
authored
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 <brahma@apache.org>
1 parent 23b26c3 commit 7d047f5

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"directory": "app/bower_components"
2+
"directory": "app/bower_components",
3+
"registry": "https://bower.herokuapp.com"
34
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"directory": "bower_components"
3-
}
2+
"directory": "bower_components",
3+
"registry": "https://bower.herokuapp.com"
4+
}

0 commit comments

Comments
 (0)