Skip to content

Commit

Permalink
Add .
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhlogin committed Mar 11, 2024
1 parent b57a55d commit 2882778
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/appsignals-python-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ jobs:
echo "kubectl wait "
kubectl wait --for=condition=Ready pod --all -n amazon-cloudwatch
echo "kubectl delete pods --all -n ${{ env.PYTHON_SAMPLE_APP_NAMESPACE }}"
kubectl delete pods --all -n ${{ env.PYTHON_SAMPLE_APP_NAMESPACE }}
kubectl wait --for=condition=Ready pod --all -n ${{ env.PYTHON_SAMPLE_APP_NAMESPACE }}
echo "kubectl delete pods --all -n ${{ env.SAMPLE_APP_NAMESPACE }}"
kubectl delete pods --all -n ${{ env.SAMPLE_APP_NAMESPACE }}
kubectl wait --for=condition=Ready pod --all -n ${{ env.SAMPLE_APP_NAMESPACE }}
echo "2.pwd"
pwd
Expand Down

0 comments on commit 2882778

Please sign in to comment.