Skip to content

Commit ff6606a

Browse files
author
lijianguo
committed
chore(helmbroker): up drone
1 parent 5a02b1c commit ff6606a

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.drone/drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
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}

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ deploy: check-kubectl docker-build docker-push
4343
clean: check-docker
4444
docker rmi $(IMAGE)
4545

46-
commit-hook:
47-
cp _scripts/util/commit-msg .git/hooks/commit-msg
48-
4946
full-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

5855
test-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

6158
test-functional:
6259
@echo "Implement functional tests in _tests directory"

rootfs/Dockerfile.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)