Skip to content

Commit 91813d4

Browse files
committed
Update rabbitmq-components.mk
[ci skip]
1 parent ed1b37a commit 91813d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,6 @@ rabbitmq-components-mk:
339339
$(gen_verbose) cp -a $(UPSTREAM_RMQ_COMPONENTS_MK) .
340340
ifeq ($(DO_COMMIT),yes)
341341
$(verbose) git diff --quiet rabbitmq-components.mk \
342-
|| git commit -m 'Update rabbitmq-components.mk' rabbitmq-components.mk
342+
|| git commit -m "$$(printf "Update rabbitmq-components.mk\n\n[ci skip]")" rabbitmq-components.mk
343343
endif
344344
endif

0 commit comments

Comments
 (0)