Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
canvas_update script: fix bug with missing gems/plugins and/or
vendor/plugins When either gems/plugins or vendor/plugins doesn't exist in the repo, the script would print an error as it tried to list the directory contents through globbing. This fixes that error. Fixes CNVS-19519 Test Plan: - Create a new checkout with no vendor/plugins directory, or delete the existing one (not recommended) - Run the script and ensure it does not report an error with a missing vendor/plugins/* - Ensure the script completes without error Change-Id: I4d49fc090d4abc21ac8e8005f4ed83c47b4e89c5 Reviewed-on: https://gerrit.instructure.com/50961 Reviewed-by: Cameron Sutter <csutter@instructure.com> Product-Review: Cameron Sutter <csutter@instructure.com> Tested-by: Jenkins QA-Review: Benjamin Porter <bporter@instructure.com>
- Loading branch information