change pipeline config

This commit is contained in:
Fran Jurmanović
2023-07-29 15:57:55 +02:00
parent b08e93739d
commit 1c77c6b041

View File

@@ -4,5 +4,14 @@ type: docker
name: default
steps:
- name: backend
image: Dockerfile
- name: build
image: golang
volumes:
- name: deps
path: /go
commands:
- go build
volumes:
- name: deps
temp: {}