Arnór
Explore posts from serversnew feature "needs approval" triggered by kodiakhq merges
it also makes it so that if your contributors don't have merge-permissions on your master/main branch, the branches get merged automatically by kodiak, if all the checks / approvals have been met
30 replies
new feature "needs approval" triggered by kodiakhq merges
it's something you install on github / configure a .toml file, and then set up so once a PR is approved by reviewers, and passes all checks.. it makes sure your branch is up to date with master, and merges with custom settings (if youv'e set up any) for commit message etc
30 replies
build-time commands in docker image not being executed despite being listed
So this might be related to the "appoval needed" issue I posted earlier - but the lack of logging or anything indicating what is going on makes me worried
the build process seems to be way too opaque
15 replies
build-time commands in docker image not being executed despite being listed
FYI I just pushed an empty commit directly to the master branch, without going through the "approval" step, and that appears to show output on all the build steps.. and actually is performing yarn install etc.. and applied the migration!
So this is probably in some way related to commits that need to be approved. I would have thought "redeploying" one of the approved commits would behave the same way as pushing an empty commit, but that does not seem to be the case.
15 replies