fix: CI: rm release build step, use binary from docker img
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2022-12-19 08:51:52 +05:30
parent abe3cf1dac
commit 409b2be66d
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 0 additions and 2 deletions

View File

@ -13,9 +13,7 @@ pipeline:
- make dev-env
- make migrate
- make lint
- make
- make test
- make release
build_docker_img:
image: plugins/docker