mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-25 16:01:22 -05:00
Error while building the main branch using the provided Dockerfile #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @alexcustos on GitHub (Aug 15, 2021).
There are no issues with the latest tag v0.17.1, but the same Dockerfile will exit with an error in
mage build:clean build. Even with the--debugflag enabled, there's no clue what's going wrong. The output is the same until the error occurs.@kolaente commented on GitHub (Aug 15, 2021):
What commit are you trying this on? Works fine for me with the latest (
dcddaab7b5). The CI run of it was successful too.@alexcustos commented on GitHub (Aug 15, 2021):
Thank you, I found that /pkg/modules/auth/openid/providers.go was not properly merged for some reason.