mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 10:27:34 -02:30
Merge pull request #2956 from ansible/swap-diff-order-schema-change
swap file order so diff of schema makes more sense Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
2
Makefile
2
Makefile
@@ -574,7 +574,7 @@ docker-compose-detect-schema-change:
|
|||||||
$(MAKE) docker-compose-genschema
|
$(MAKE) docker-compose-genschema
|
||||||
curl https://s3.amazonaws.com/awx-public-ci-files/schema.json -o reference-schema.json
|
curl https://s3.amazonaws.com/awx-public-ci-files/schema.json -o reference-schema.json
|
||||||
# Ignore differences in whitespace with -b
|
# 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:
|
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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user