File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 pull : always
1313 privileged : true
1414 commands :
15- - make test-style docker-build-test
15+ - make test-style
1616 environment :
1717 VERSION : ${DRONE_TAG:-latest}-linux-amd64
1818 DEV_REGISTRY : ${DEV_REGISTRY:-docker.io}
Original file line number Diff line number Diff line change @@ -43,9 +43,6 @@ deploy: check-kubectl docker-build docker-push
4343clean : check-docker
4444 docker rmi $(IMAGE )
4545
46- commit-hook :
47- cp _scripts/util/commit-msg .git/hooks/commit-msg
48-
4946full-clean : check-docker
5047 docker images -q $(IMAGE_PREFIX ) /$(COMPONENT ) | xargs docker rmi -f
5148
@@ -56,7 +53,7 @@ test-style: docker-build-test
5653 ${SHELLCHECK_PREFIX} $(SHELL_SCRIPTS )
5754
5855test-unit : docker-build-test
59- docker run -v ${CURDIR} :/test -w /test/rootfs ${IMAGE} .test /test/rootfs/bin/test-unit
56+ @echo " Implement in the future "
6057
6158test-functional :
6259 @echo " Implement functional tests in _tests directory"
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ RUN apk add --update --virtual .build-deps \
2222 )" \
2323 && apk add --update --virtual .helmbroker-rundeps \
2424 $runDeps \
25+ git \
2526 ca-certificates \
2627 su-exec \
2728 bash \
You can’t perform that action at this time.
0 commit comments