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