Skip to content

Commit

Permalink
fix(build): Remove builder bin commands
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Sep 30, 2019
1 parent 0ae900e commit 2dd4035
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions script/Makefile
Expand Up @@ -136,7 +136,6 @@ clean:
GO111MODULE=off go clean
rm -f camel-k
rm -f kamel
rm -f builder
rm -f *.test
rm -rf build/_maven_output
rm -rf build/_output
Expand All @@ -155,14 +154,12 @@ lint:
images: test
mkdir -p build/_maven_output
mkdir -p build/_output/bin
cp builder build/_output/bin
cp kamel build/_output/bin
operator-sdk build $(IMAGE_NAME):$(VERSION)

images-dev: test package-artifacts
mkdir -p build/_maven_output
mkdir -p build/_output/bin
cp builder build/_output/bin
cp kamel build/_output/bin
operator-sdk build $(IMAGE_NAME):$(VERSION)

Expand Down

0 comments on commit 2dd4035

Please sign in to comment.