Skip to content

Commit c8eca71

Browse files
committed
Makefile: build tarballs on CI
Signed-off-by: Cristian Staretu <[email protected]>
1 parent 1af7a2a commit c8eca71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export V2PLUGIN_TAR_FILENAME := v2plugin-$(VERSION).tar.gz
2525
GO_MIN_VERSION := 1.7
2626
GO_MAX_VERSION := 1.8
2727
GO_VERSION := $(shell go version | cut -d' ' -f3 | sed 's/go//')
28-
CI_HOST_TARGETS ?= "host-unit-test host-integ-test host-build-docker-image"
28+
CI_HOST_TARGETS ?= "host-unit-test host-integ-test host-build-docker-image tar host-pluginfs-create clean-tar"
2929
SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Network|Policy|TestTrigger|ACIM|Netprofile"
3030
K8S_SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Network|Policy"
3131
ACI_GW_IMAGE ?= "contiv/aci-gw:04-12-2017.2.2_1n"

0 commit comments

Comments
 (0)