Skip to content

Commit

Permalink
feat(provider-builds): always include inmemory
Browse files Browse the repository at this point in the history
  • Loading branch information
alitari committed Dec 16, 2023
1 parent 737c983 commit e2fd556
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions provider/inmemory/inmemory.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build all || inmemory
// +build all inmemory
/*
Copyright 2017 The Kubernetes Authors.
Expand Down
2 changes: 0 additions & 2 deletions provider/inmemory/inmemory_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build all || inmemory
// +build all inmemory
/*
Copyright 2017 The Kubernetes Authors.
Expand Down
1 change: 0 additions & 1 deletion scripts/provider-builds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ providers=(
coredns
rdns
exoscale
inmemory
designate
pdns
oci
Expand Down

0 comments on commit e2fd556

Please sign in to comment.