We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1b37a commit 91813d4Copy full SHA for 91813d4
rabbitmq-components.mk
@@ -339,6 +339,6 @@ rabbitmq-components-mk:
339
$(gen_verbose) cp -a $(UPSTREAM_RMQ_COMPONENTS_MK) .
340
ifeq ($(DO_COMMIT),yes)
341
$(verbose) git diff --quiet rabbitmq-components.mk \
342
- || git commit -m 'Update rabbitmq-components.mk' rabbitmq-components.mk
+ || git commit -m "$$(printf "Update rabbitmq-components.mk\n\n[ci skip]")" rabbitmq-components.mk
343
endif
344
0 commit comments