Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 138374f

Browse files
committed
Merge branch 'stable'
2 parents dd45d64 + 297861c commit 138374f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

mk/rabbitmq-early-test.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# --------------------------------------------------------------------
44

55
ifneq ($(words $(filter %-on-concourse,$(MAKECMDGOALS))),0)
6-
TEST_DEPS += ci
6+
TEST_DEPS += ci $(RMQ_CI_CT_HOOKS)
77
dep_ci = git [email protected]:rabbitmq/rabbitmq-ci master
88
endif
99

mk/rabbitmq-test.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ $(CONCOURSE_TASK): $(ERLANG_MK_RECURSIVE_TEST_DEPS_LIST)
3030
$(verbose) cat $(ERLANG_MK_RECURSIVE_TEST_DEPS_LIST) | while read -r file; do \
3131
echo " - name: $$(basename "$$file")" >> "$@"; \
3232
done
33-
$(verbose) $(foreach hook,$(RMQ_CI_CT_HOOKS), \
34-
echo ' - name: $(hook)' >> "$@")
3533
$(verbose) echo 'outputs:' >> "$@"
3634
$(verbose) echo ' - name: test-output' >> "$@"
3735
ifeq ($(CONCOURSE_PLATFORM),linux)

0 commit comments

Comments
 (0)