Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: jaswanth8888 <[email protected]>
  • Loading branch information
jaswanth8888 committed Jul 25, 2024
1 parent bd3acff commit 8720d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DocSum/tests/test_docsum_on_gaudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function start_services() {
echo "using image repository $IMAGE_REPO and image tag $IMAGE_TAG"
sed -i "s#image: opea/docsum:latest#image: opea/docsum:${IMAGE_TAG}#g" docker_compose.yaml
sed -i "s#image: opea/docsum-ui:latest#image: opea/docsum-ui:${IMAGE_TAG}#g" docker_compose.yaml
sed -i "s#image: opea/docsum-react--ui:latest#image: opea/docsum-react-ui:${IMAGE_TAG}#g" docker_compose.yaml
sed -i "s#image: opea/docsum-react-ui:latest#image: opea/docsum-react-ui:${IMAGE_TAG}#g" docker_compose.yaml
sed -i "s#image: opea/*#image: ${IMAGE_REPO}opea/#g" docker_compose.yaml
echo "cat docker_compose.yaml"
cat docker_compose.yaml
Expand Down

0 comments on commit 8720d34

Please sign in to comment.