Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: dont check dirname presence in action_build
Copr build <projectname:dirname> should according to documentation create the dirname if does not exists, but the early check check_before_build in action_build actually runs /build/check-before-build endpoint even before the <projectname:dirname> has a chance to be created, thus complains about non-existent dirname. Passing only projectname to the check should be enough for the check as is since the /build/check-before-build is called once more after dirname creation. Fixes #2786
- Loading branch information