Skip to content

Commit

Permalink
Remove the Makefile.ci file and it's references (#10565)
Browse files Browse the repository at this point in the history
Signed-off-by: timflannagan <timflannagan@gmail.com>
  • Loading branch information
timflannagan authored Jan 31, 2025
1 parent 40c277d commit 8178ff8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 52 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,6 @@ export ALPINE_BASE_IMAGE ?= alpine:3.17.6
# in the tree rooted at that directory that match the given criteria.
get_sources = $(shell find $(1) -name "*.go" | grep -v test | grep -v generated.go | grep -v mock_)

#----------------------------------------------------------------------------------
# Imports
#----------------------------------------------------------------------------------

# glooctl and other ci related targets are in this file.
# they rely on some of the args set above
include Makefile.ci

#----------------------------------------------------------------------------------
# Repo setup
#----------------------------------------------------------------------------------
Expand Down
44 changes: 0 additions & 44 deletions Makefile.ci

This file was deleted.

0 comments on commit 8178ff8

Please sign in to comment.