This commit is contained in:
cnbattle
2019-12-23 09:28:13 +08:00
parent 85a8bfa1b4
commit e6561bc684
+8 -8
View File
@@ -16,14 +16,14 @@ steps:
- name: gopath
path: /go
- name: lint
pull: always
image: golang:1.13
commands:
- make lint
volumes:
- name: gopath
path: /go
# - name: lint
# pull: always
# image: golang:1.13
# commands:
# - make lint
# volumes:
# - name: gopath
# path: /go
- name: misspell
pull: always