File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ manifest-push: docker-manifest-push
184184.PHONY : test
185185test : check-stage-is-set
186186test : check-current-image-exists
187- test : test-integration
188187test : gen-readme
188+ test : test-integration
189189
190190.PHONY : test-integration
191191test-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# ##
You can’t perform that action at this time.
0 commit comments