mirror of https://github.com/knative/docs.git
Remove cmd dir from eventing. (#490)
* Remove cmd dir from eventing. * add new line at end of file.
This commit is contained in:
parent
c182e544c6
commit
2af23a637c
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Copyright 2018 The Knative Authors
|
# Copyright 2018 The Knative Authors
|
||||||
#
|
#
|
||||||
|
@ -27,3 +27,6 @@ dep ensure
|
||||||
|
|
||||||
# Keep the only dir in knative/test-infra we're interested in
|
# Keep the only dir in knative/test-infra we're interested in
|
||||||
find vendor/github.com/knative/test-infra -mindepth 1 -maxdepth 1 ! -name scripts -exec rm -fr {} \;
|
find vendor/github.com/knative/test-infra -mindepth 1 -maxdepth 1 ! -name scripts -exec rm -fr {} \;
|
||||||
|
|
||||||
|
# Remove the cmd dir from eventing.
|
||||||
|
rm -rf vendor/github.com/knative/eventing/cmd/
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
../../../LICENSE
|
|
1
vendor/github.com/knative/eventing/cmd/controller-manager/kodata/VENDOR-LICENSE
generated
vendored
1
vendor/github.com/knative/eventing/cmd/controller-manager/kodata/VENDOR-LICENSE
generated
vendored
|
@ -1 +0,0 @@
|
||||||
../../../third_party/VENDOR-LICENSE
|
|
|
@ -1 +0,0 @@
|
||||||
../../../LICENSE
|
|
|
@ -1 +0,0 @@
|
||||||
../../../third_party/VENDOR-LICENSE
|
|
|
@ -1 +0,0 @@
|
||||||
../../../LICENSE
|
|
|
@ -1 +0,0 @@
|
||||||
../../../third_party/VENDOR-LICENSE
|
|
|
@ -1 +0,0 @@
|
||||||
../../../LICENSE
|
|
|
@ -1 +0,0 @@
|
||||||
../../../third_party/VENDOR-LICENSE
|
|
Loading…
Reference in New Issue