Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devtool: add
download_ci_artifacts
command
Every now and then, I managed to end up with an empty CI artifacts folder, for whatever reason (mostly me being silly). The solution is generally to remove whatever messed up stuff I ended up with in build/img, and run some arbitrary devtool command that I know will redownload everything. Similar workflows must happen whenever we do an in-place update of our CI artifacts. Abstract this away into a command that deletes the build/img folder, and then redownloads it. Signed-off-by: Patrick Roy <[email protected]>
- Loading branch information