mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-03 14:18:42 +00:00
Pin prettier version (#3260)
This commit is contained in:
parent
791bea8a02
commit
6925afd83b
2 changed files with 3 additions and 2 deletions
|
@ -83,7 +83,9 @@ steps:
|
||||||
when: *when
|
when: *when
|
||||||
|
|
||||||
prettier:
|
prettier:
|
||||||
image: docker.io/woodpeckerci/plugin-prettier:next
|
image: docker.io/woodpeckerci/plugin-prettier:0.1.0
|
||||||
|
settings:
|
||||||
|
version: 3.2.4
|
||||||
when:
|
when:
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
- event: push
|
- event: push
|
||||||
|
|
|
@ -32,7 +32,6 @@ import (
|
||||||
"k8s.io/client-go/informers"
|
"k8s.io/client-go/informers"
|
||||||
"k8s.io/client-go/kubernetes"
|
"k8s.io/client-go/kubernetes"
|
||||||
"k8s.io/client-go/kubernetes/scheme"
|
"k8s.io/client-go/kubernetes/scheme"
|
||||||
|
|
||||||
// To authenticate to GCP K8s clusters
|
// To authenticate to GCP K8s clusters
|
||||||
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
|
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
|
||||||
"k8s.io/client-go/rest"
|
"k8s.io/client-go/rest"
|
||||||
|
|
Loading…
Reference in a new issue