Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion hack/create-kind-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -e
set -o errexit
set -o nounset
set -o pipefail
Expand Down
1 change: 0 additions & 1 deletion hack/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

# This script builds and installs Knative Eventing components from source for local development.

set -e
set -o errexit
set -o nounset
set -o pipefail
Expand Down
Loading