mirror of https://github.com/ceph/go-ceph
makefile: remove trailing whitespace
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
38e9b9a260
commit
610c37f05e
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ CI_IMAGE_NAME = go-ceph-ci
|
|||
CONTAINER_CMD ?=
|
||||
CONTAINER_OPTS := --security-opt $(shell grep -q selinux /sys/kernel/security/lsm && echo "label=disable" || echo "apparmor:unconfined")
|
||||
CONTAINER_CONFIG_DIR := testing/containers/ceph
|
||||
VOLUME_FLAGS :=
|
||||
VOLUME_FLAGS :=
|
||||
CEPH_VERSION := nautilus
|
||||
RESULTS_DIR :=
|
||||
CHECK_GOFMT_FLAGS := -e -s -l
|
||||
|
|
Loading…
Reference in New Issue