Skip to content

Commit c76b220

Browse files
committed
Be more verbose on failed module generation
1 parent ab9a3e1 commit c76b220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ manifest-push: docker-manifest-push
184184
.PHONY: test
185185
test: check-stage-is-set
186186
test: check-current-image-exists
187-
test: test-integration
188187
test: gen-readme
188+
test: test-integration
189189

190190
.PHONY: test-integration
191191
test-integration:
@@ -206,7 +206,7 @@ gen-readme:
206206
@echo "################################################################################"
207207
@echo "# Generate README.md for PHP $(VERSION) ($(IMAGE):$(DOCKER_TAG)) on $(ARCH)"
208208
@echo "################################################################################"
209-
./bin/gen-readme.sh $(IMAGE) $(ARCH) $(STAGE) $(VERSION)
209+
./bin/gen-readme.sh $(IMAGE) $(ARCH) $(STAGE) $(VERSION) || bash -x ./bin/gen-readme.sh $(IMAGE) $(ARCH) $(STAGE) $(VERSION)
210210
git diff --quiet || { echo "Build Changes"; git diff; git status; false; }
211211

212212
###

0 commit comments

Comments
 (0)