Skip to content

Commit

Permalink
Improve osd bootstrap on dub directory
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon committed Jul 10, 2021
1 parent 777a7f7 commit 938611f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ fi

if [ "$DIRECTORY" = "dashboards-reports" ]
then
cd dashboards-reports
mv -v dashboards-reports ../dashboards-reports-temp
cd ../
rm -rf dashboards-reports/
mv -v dashboards-reports-temp dashboards-reports
cd dashboards-reports
yarn osd bootstrap
npx cypress run
Expand Down

0 comments on commit 938611f

Please sign in to comment.