Skip to content

Commit

Permalink
Update config.yml (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-rumian authored May 5, 2021
1 parent 4dce146 commit 22ebc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ jobs:
command: echo "export KUBERNETES_METADATA_URL=$(kubectl -n java-app get svc k8s-feeder-svc-pub -o json | jq .status.loadBalancer.ingress[0].hostname)" >> $BASH_ENV
- run:
name: "Deploy Java App application"
command: /opt/tracing-tests/deployment_scripts/deploy-javaapp.sh
command: /opt/tracing-tests/deployment_scripts/deploy-test-applications.sh
- run:
name: "Wait for Kubernetes Metadata Provider"
command: kubectl -n java-app wait --for=condition=ready --timeout=60s pod -l app=server
Expand Down

0 comments on commit 22ebc04

Please sign in to comment.