diff --git a/Makefile b/Makefile index 547f1e13fc..0429bb86ee 100644 --- a/Makefile +++ b/Makefile @@ -574,7 +574,7 @@ docker-compose-detect-schema-change: $(MAKE) docker-compose-genschema curl https://s3.amazonaws.com/awx-public-ci-files/schema.json -o reference-schema.json # Ignore differences in whitespace with -b - diff -u -b schema.json reference-schema.json + diff -u -b reference-schema.json schema.json docker-compose-clean: cd tools && CURRENT_UID=$(shell id -u) TAG=$(COMPOSE_TAG) DEV_DOCKER_TAG_BASE=$(DEV_DOCKER_TAG_BASE) docker-compose run --rm -w /awx_devel --service-ports awx make clean