bugfix: remove build podman step from pipeline
This commit is contained in:
parent
93c5e555ad
commit
e785035b52
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user