This commit is contained in:
parent
61a79d94e9
commit
e2455cd331
1 changed files with 1 additions and 1 deletions
|
|
@ -39,6 +39,6 @@ steps:
|
||||||
--destination "$DESTINATION_PREFIX:linters-$DRONE_COMMIT_SHA"
|
--destination "$DESTINATION_PREFIX:linters-$DRONE_COMMIT_SHA"
|
||||||
|
|
||||||
- name: lint
|
- name: lint
|
||||||
image: "$DESTINATION_PREFIX:linters-$DRONE_COMMIT_SHA"
|
image: ${DESTINATION_PREFIX}:linters-${DRONE_COMMIT_SHA}
|
||||||
commands:
|
commands:
|
||||||
- pre-commit run --all-files --color always
|
- pre-commit run --all-files --color always
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue