summaryrefslogtreecommitdiff
path: root/dependencies
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2022-11-24 18:27:10 +0100
committerPaul Holzinger <pholzing@redhat.com>2022-11-25 14:41:43 +0100
commitc7827957a427c8c85c37fcb67b3d5999dd372aa7 (patch)
treece2161801685114b61abab7fefd435794209ecb5 /dependencies
parent4135655ecb77887a357cb0557015fbbba72fe7b5 (diff)
ginkgo: restructure install work flow
- move the ginkgo deps into test/tools which is more consitent with the other tools there, listing in dependencies always causes errors with linters - do not install it globally on the system, instead we use it in a subdir of this project Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'dependencies')
-rw-r--r--dependencies/dependencies.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/dependencies/dependencies.go b/dependencies/dependencies.go
deleted file mode 100644
index adc074d93..000000000
--- a/dependencies/dependencies.go
+++ /dev/null
@@ -1,8 +0,0 @@
-//go:build !linter
-// +build !linter
-
-package dependencies
-
-import (
- _ "github.com/onsi/ginkgo/ginkgo"
-)