Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodule-sync
: make fewer path assumptions (#90)
Before this commit, `per-submodule-build-matrix.sh` assumed that the top level of the repo it was syncing was at `../../../../../`, which happened to be true for all of our repos. As of reboot-dev/mono@323ce51 however, that is no longer true. This commit makes the script look up the top-level of its containing repo dynamically, with its only assumption being that the script is being run from a submodule itself - which still holds. TESTED: checked that the `submodule-sync` workflow passes again for the `reboot-dev/respect` repo where it was previously broken.
- Loading branch information