Skip to content

Commit

Permalink
Changed link to rawfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hershd23 committed Jun 14, 2022
1 parent fc66423 commit e4a732f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/istio_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sleep 10
echo 'E' | mesheryctl mesh deploy adapter meshery-istio:10000 --token "./.github/workflows/auth.json"
sleep 50
echo "Onboarding application... Standby for few minutes..."
mesheryctl pattern apply -f "https://github.com/service-mesh-patterns/service-mesh-patterns/blob/master/samples/bookInfoPattern.yaml" --token "./.github/workflows/auth.json"
mesheryctl pattern apply -f "https://raw.githubusercontent.com/service-mesh-patterns/service-mesh-patterns/master/samples/bookInfoPattern.yaml" --token "./.github/workflows/auth.json"

# Wait for the application to be ready
sleep 50
Expand Down

0 comments on commit e4a732f

Please sign in to comment.