Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate scripts to deal with the new "docs" directory #126
Comments
chorrell
added a commit
that referenced
this issue
Mar 17, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current update.sh, test-build.sh and generate-stackbrew-library.sh scripts assume all directories in the repo are image versions. Consequently, the "docs" directory gets pulled in erroneously. The scripts should be updated to exclude "docs" when iterating over the "version" directories.