Skip to content

Commit

Permalink
Add required dependencies for functest image build
Browse files Browse the repository at this point in the history
Due to removal of some of the steps in the travis build the functest
binary is not built implicitly any more. Add dependencies to Makefile
that build the required files.

Signed-off-by: Daniel Hiller <[email protected]>
  • Loading branch information
dhiller committed Aug 26, 2020
1 parent 5f6375c commit 32f3b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ functest: build-functests
dump: bazel-build
hack/dump.sh

functest-image-build:
functest-image-build: manifests build-functests
hack/func-tests-image.sh build

functest-image-push: functest-image-build
Expand Down

0 comments on commit 32f3b9a

Please sign in to comment.