File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44
55readonly ROOT_DIR=" $( realpath " $( dirname " $( realpath " $0 " ) " ) /../.." ) "
66. " ${ROOT_DIR} " /bin/common.inc.bash
7- . " ${ROOT_DIR} " /bin/dockerise.inc.bash
7+ BIN_DIR=bin/release \
8+ DOCKER_IMAGE_NAME=" ${RELEASE_DOCKER_IMAGE_NAME} " \
9+ . " ${ROOT_DIR} " /bin/dockerise.inc.bash
810
911
1012XDEBUG_MODE=coverage \
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ function updateInfectionBadge() {
7575 " ${rootDir} " /bin/release/infection > /dev/null
7676
7777 if [ ! -f " ${logsPath} " ]; then
78- echo " Unable to find infection logs.json."
78+ echo -e " \e[41mUnable to find infection logs.json.\e[0m "
7979 ls -lah " ${rootDir} " /var
8080 ls -lah " ${rootDir} " /var/release
8181 ls -lah " ${rootDir} " /var/release/infection
You can’t perform that action at this time.
0 commit comments