Run git pull / git fetch --tags during abra recipe upgrade #364

Closed
opened 2022-11-30 16:49:02 +00:00 by 3wordchant · 1 comment
Owner

Currently, it's possible to set up a confusing situation because abra recipe upgrade doesn't fetch latest changes from git, so we could end up with duplicate releases which could be hard to resolve in git.

Instead, it'd be nice if abra either warned if the local git repo wasn't up-to-date, or even ran git pull itself.

Currently, it's possible to set up a confusing situation because `abra recipe upgrade` doesn't fetch latest changes from git, so we could end up with duplicate releases which could be hard to resolve in git. Instead, it'd be nice if `abra` either warned if the local git repo wasn't up-to-date, or even ran `git pull` itself.
3wordchant added the
enhancement
abra
labels 2022-11-30 16:49:02 +00:00
Owner

Latest changes now fetched before recipe upgrade 54646650c7/cli/recipe/upgrade.go (L64-L66)

Latest changes now fetched before `recipe upgrade` https://git.coopcloud.tech/coop-cloud/abra/src/commit/54646650c7ef9d4551d22cd54bf8b4e5330aa001/cli/recipe/upgrade.go#L64-L66
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/organising#364
No description provided.