bugfix: remove build podman step from pipeline

This commit is contained in:
Settel 2022-11-04 22:17:01 +01:00
parent 93c5e555ad
commit e785035b52

View File

@ -6,4 +6,5 @@ pipeline:
- apk add go - apk add go
- apk add go-bindata - apk add go-bindata
- make setup-code - make setup-code
- make build - (cd client/ && yarn generate)
- make -C server build