Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts/promote-config: handle git submodules
This script isn't quite doing the right thing now that we've added the base-images repo as a submodule. We want to treat the git submodule just like any other file; updates to it should also be promoted. Tweak the `git reset` to make this happen. Squash a warning that `git add -A` emits about this since it's expected.
- Loading branch information