This commit is contained in:
		| @@ -4,6 +4,10 @@ type: kubernetes | |||||||
| name: default | name: default | ||||||
|  |  | ||||||
| steps: | steps: | ||||||
|  | - name: lint | ||||||
|  |   image: ubuntu | ||||||
|  |   commands: | ||||||
|  |     - sh "pre-commit run --all-files" | ||||||
| - name: docker | - name: docker | ||||||
|   image: plugins/docker |   image: plugins/docker | ||||||
|   settings: |   settings: | ||||||
| @@ -15,4 +19,3 @@ steps: | |||||||
|     password: |     password: | ||||||
|       from_secret: docker_password |       from_secret: docker_password | ||||||
|     commands: |     commands: | ||||||
|       - sh "pre-commit run --all-files" |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user