ci: debian has python3 as default
continuous-integration/drone the build was successful
Details
continuous-integration/drone the build was successful
Details
This commit is contained in:
parent
dd176e24b2
commit
87131021f8
|
@ -9,8 +9,6 @@ pipeline:
|
||||||
image: golang:latest
|
image: golang:latest
|
||||||
group: test
|
group: test
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
|
||||||
- apt install python3 --yes
|
|
||||||
- ./.ci/check-testfiles
|
- ./.ci/check-testfiles
|
||||||
- ./.ci/check-gofmt
|
- ./.ci/check-gofmt
|
||||||
- go install github.com/client9/misspell/cmd/misspell@latest
|
- go install github.com/client9/misspell/cmd/misspell@latest
|
||||||
|
|
Loading…
Reference in New Issue