Compare commits

..

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

View file

@ -2,13 +2,6 @@ kind: pipeline
name: default name: default
steps: 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 - name: build_draftbot
image: golang image: golang
commands: commands:
@ -35,8 +28,4 @@ steps:
event: event:
- push - push
- tag - tag
branch: master branch: master
volumes:
- name: gopath
temp: {}