mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-11 11:31:16 +00:00
Be more verbose on failed module generation
This commit is contained in:
4
Makefile
4
Makefile
@@ -184,8 +184,8 @@ manifest-push: docker-manifest-push
|
|||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: check-stage-is-set
|
test: check-stage-is-set
|
||||||
test: check-current-image-exists
|
test: check-current-image-exists
|
||||||
test: test-integration
|
|
||||||
test: gen-readme
|
test: gen-readme
|
||||||
|
test: test-integration
|
||||||
|
|
||||||
.PHONY: test-integration
|
.PHONY: test-integration
|
||||||
test-integration:
|
test-integration:
|
||||||
@@ -206,7 +206,7 @@ gen-readme:
|
|||||||
@echo "################################################################################"
|
@echo "################################################################################"
|
||||||
@echo "# Generate README.md for PHP $(VERSION) ($(IMAGE):$(DOCKER_TAG)) on $(ARCH)"
|
@echo "# Generate README.md for PHP $(VERSION) ($(IMAGE):$(DOCKER_TAG)) on $(ARCH)"
|
||||||
@echo "################################################################################"
|
@echo "################################################################################"
|
||||||
./bin/gen-readme.sh $(IMAGE) $(ARCH) $(STAGE) $(VERSION)
|
./bin/gen-readme.sh $(IMAGE) $(ARCH) $(STAGE) $(VERSION) || bash -x ./bin/gen-readme.sh $(IMAGE) $(ARCH) $(STAGE) $(VERSION)
|
||||||
git diff --quiet || { echo "Build Changes"; git diff; git status; false; }
|
git diff --quiet || { echo "Build Changes"; git diff; git status; false; }
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|||||||
Reference in New Issue
Block a user