Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2081894c81 |
1 changed files with 5 additions and 0 deletions
|
|
@ -9,6 +9,11 @@ steps:
|
|||
commands:
|
||||
- go test -v
|
||||
|
||||
docker_lint:
|
||||
image: pipelinecomponents/hadolint
|
||||
commands:
|
||||
- hadolint -t error Dockerfile
|
||||
|
||||
build:
|
||||
image: *golang
|
||||
volumes: *volumes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue