Skip to content

Commit ffc6766

Browse files
committed
Fix source file name
1 parent 0069ece commit ffc6766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/parallel-processes/docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eu
55
readonly ROOT_DIR="$(realpath "$(dirname "$(realpath "$0")")/../..")"
66

77
source "${ROOT_DIR}"/config/repository/version.env
8-
source "${ROOT_DIR}"/config/docker/image-name.env
8+
source "${ROOT_DIR}"/config/docker/parallel-processes-docker-image-name.env
99

1010
DOCKER_IMAGE_NAME="${PARALLEL_PROCESSES_DOCKER_IMAGE_NAME}" \
1111
DOCKER_FILE_PATH="${ROOT_DIR}"/docker/parallel-processes/Dockerfile \

0 commit comments

Comments
 (0)