Compare commits

..

No commits in common. "463804fff71cc3ca428b2fa8472c3d1dee3c9290" and "9b5ad472c75456db1e2b9607a32f1ffdb93749c2" have entirely different histories.

View file

@ -2,13 +2,6 @@ kind: pipeline
name: default
steps:
- name: test_draftbot
image: golang
commands:
- cd ./draftbot
- GOPROXY=https://modules.fromouter.space go mod download
- CGO_ENABLED=0 go test .
- name: build_draftbot
image: golang
commands:
@ -36,7 +29,3 @@ steps:
- push
- tag
branch: master
volumes:
- name: gopath
temp: {}