Skip to content

Commit 57efd58

Browse files
committed
Some fixes for the release
1 parent ff45b3f commit 57efd58

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bin/release/infection

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ set -eu
44

55
readonly 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

1012
XDEBUG_MODE=coverage \

bin/release/prepare

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)