File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ manifest-push: docker-manifest-push
184
184
.PHONY : test
185
185
test : check-stage-is-set
186
186
test : check-current-image-exists
187
- test : test-integration
188
187
test : gen-readme
188
+ test : test-integration
189
189
190
190
.PHONY : test-integration
191
191
test-integration :
@@ -206,7 +206,7 @@ gen-readme:
206
206
@echo " ################################################################################"
207
207
@echo " # Generate README.md for PHP $( VERSION) ($( IMAGE) :$( DOCKER_TAG) ) on $( ARCH) "
208
208
@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 )
210
210
git diff --quiet || { echo " Build Changes" ; git diff; git status; false ; }
211
211
212
212
# ##
You can’t perform that action at this time.
0 commit comments