Skip to content

Commit

Permalink
Add verify-install CLI call to install script (#2564)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspersjo authored Jun 6, 2023
1 parent 49316c0 commit ad809a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ installBinary() {
# Run the installed binary and print the version
testInstalledBinary() {
RILL_VERSION=$(rill version)
rill verify-install 1>/dev/null || true
boldon=`tput smso`
boldoff=`tput rmso`
printf "\nInstallation of ${RILL_VERSION} completed!\n"
Expand Down

1 comment on commit ad809a5

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://ui.rilldata.com as production
🚀 Deployed on https://647ee9b08817b47c487804d4--rill-ui.netlify.app

Please sign in to comment.