Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build assets before running migrations
The migrations now fail with `BrandableCSS::DefaultMD5NotUpToDateError` if you try to run them before building assets. This commit updates the docker_dev_setup.sh script to build assets first to avoid this error. Also updates the script to use the correct docker package: `docker` in the Ubuntu package repos is actually some kind of system tray thing. We want the `docker.io` package: https://packages.ubuntu.com/xenial/docker.io Refs instructuregh-1300 Change-Id: Iba9a6f9bffe1a9e60bd715f1214caaab0394d37e Reviewed-on: https://gerrit.instructure.com/150865 Reviewed-by: Ryan Shaw <[email protected]> Tested-by: Jenkins Product-Review: Omar Khan <[email protected]> QA-Review: Omar Khan <[email protected]>
- Loading branch information