Skip to content

Commit e82ca53

Browse files
maru-avaceyonur
andcommitted
Update scripts/build_image.sh
Co-authored-by: Ceyhun Onur <[email protected]> Signed-off-by: marun <[email protected]>
1 parent 57ed20d commit e82ca53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ${DOCKER_CMD} -t "$DOCKER_IMAGE:$commit_hash" -t "$DOCKER_IMAGE:$image_tag" \
8888
"$AVALANCHE_PATH" -f "$AVALANCHE_PATH/Dockerfile"
8989

9090
if [[ -z "${SKIP_BUILD_RACE}" ]]; then
91-
echo "Building Docker Image with tags: $DOCKER_IMAGE:$commit_hash-r , $DOCKER_IMAGE:$image_tag-r"
91+
echo "Building Docker Image with tags (race detector): $DOCKER_IMAGE:$commit_hash-r , $DOCKER_IMAGE:$image_tag-r"
9292
${DOCKER_CMD} --build-arg="RACE_FLAG=-r" -t "$DOCKER_IMAGE:$commit_hash-r" -t "$DOCKER_IMAGE:$image_tag-r" \
9393
"$AVALANCHE_PATH" -f "$AVALANCHE_PATH/Dockerfile"
9494
fi

0 commit comments

Comments
 (0)