Skip to content

Commit

Permalink
Update image name for lint pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0Ger authored Apr 3, 2021
1 parent fb1bf6a commit 5fb8c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ local Pipeline(py_version) = {
steps: [
{
name: "mypy",
image: "pr0ger/drone-pylinters",
image: "pr0ger/drone-pytools",
pull: "always",
settings: {
linter: "mypy",
},
},
{
name: "pycodestyle",
image: "pr0ger/drone-pylinters",
image: "pr0ger/drone-pytools",
settings: {
linter: "pycodestyle",
},
Expand Down

0 comments on commit 5fb8c57

Please sign in to comment.