Description
I ran build.sh, but I did not have the executable bundle installed.
It then failed because it couldn't execute bundle and build documentation. A self-contained build.sh should detect third party dependencies, and suggest how to install them.
echo "building documentation" # build docs after javadocs docs_out=$(cd asf-site-src && bundle exec middleman build) echo "${docs_out}"
Attachments
Attachments
Issue Links
- relates to
-
YETUS-216 create script to make release artifacts
- Resolved