fix: abra app new checks out latest version #412
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "new-deploy-checkout"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See coop-cloud/organising#618
I've also manually tested that recipes without versions still work 👌
@ -37,6 +37,15 @@ teardown(){
}
@test "create new app" {
_fetch_recipe
Better approach in coop-cloud/abra#414! Will merge this as-is and rebase this new PR on top of the changes in that PR. Looks like things are coming together for not having constantly broken integration tests...
Sorry, cannot really review this. Im not familiar with the codebase or even go, and haven't even built abra from source yet
@ -82,2 +84,4 @@
logrus.Fatal(err)
}
if len(recipeVersions) > 0 {
Can you add a comment (above) this if statement explaing this case and the block inside? It not quite clear to me by just reading the code
c471b5876d
to316fdd3643