Skip to content

Commit

Permalink
chore(build): fix makefile error
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Apr 18, 2019
1 parent 08a0f84 commit 56334ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,13 @@ lint:

images: test
mkdir -p build/_maven_output
mkdir -p build/_output/bin
cp builder 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
operator-sdk build $(IMAGE_NAME):$(VERSION)

Expand Down

0 comments on commit 56334ca

Please sign in to comment.