Skip to content

Commit

Permalink
Pin prettier version (#3260)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty287 authored Jan 22, 2024
1 parent 791bea8 commit 6925afd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .woodpecker/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ steps:
when: *when

prettier:
image: docker.io/woodpeckerci/plugin-prettier:next
image: docker.io/woodpeckerci/plugin-prettier:0.1.0
settings:
version: 3.2.4
when:
- event: pull_request
- event: push
Expand Down
1 change: 0 additions & 1 deletion pipeline/backend/kubernetes/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import (
"k8s.io/client-go/informers"
"k8s.io/client-go/kubernetes"
"k8s.io/client-go/kubernetes/scheme"

// To authenticate to GCP K8s clusters
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
"k8s.io/client-go/rest"
Expand Down

0 comments on commit 6925afd

Please sign in to comment.