Skip to content

Commit

Permalink
Include ./install-keep-dashboard.sh in install-applications.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Beau Shinkle committed Feb 9, 2021
1 parent 35e0eed commit 52fb4b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
7 changes: 7 additions & 0 deletions install-applications.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ set -e

# Install tBTC dApp.
./install-tbtc-dapp.sh

# Do not install keep dashboard dApp for e2e nightly test
if [[ $E2E_TEST != true ]]
then
# Install Keep Dashboard.
./install-keep-dashboard.sh
fi
9 changes: 1 addition & 8 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ set -e
./install-repositories.sh

# Install applications and their contracts
./install-applications-with-contracts.sh

# Do not install keep dashboard dApp for e2e nightly test
if [[ $E2E_TEST != true ]]
then
# Install Keep Dashboard.
./install-keep-dashboard.sh
fi
./install-applications.sh

echo "Installation script executed successfully with versions of submodules:\n$(git submodule)"

0 comments on commit 52fb4b6

Please sign in to comment.