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