openlawlibrary / taf

The Archive Framework
GNU Affero General Public License v3.0
10 stars 7 forks source link

fix: update temp local branch before fetching from it #418

Closed renatav closed 2 months ago

renatav commented 2 months ago

Description (e.g. "Related to ...", etc.)

If a commit is on the remote tracking branch and the local branch is not updated, it will not be fetched when fetching from that temp repo. This resulted in an error during the merge commits step. Discovered this issue while running integration tests. That testing framework is a lot different than this one. We should keep this in mind when we start reworking this testing framework.

Code review checklist (for code reviewer to complete)