We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512adeb commit 77b6076Copy full SHA for 77b6076
.github/workflows/k8s_deploy.yml
@@ -86,6 +86,7 @@ jobs:
86
percentage: 20
87
88
- name: Assert Deployment Success
89
+ timeout-minutes: 5
90
shell: bash
91
run: |
92
bash cicd-deployment-scripts/k8s/assert_deploy_success.sh \
k8s/assert_deploy_success.sh
@@ -29,3 +29,6 @@ while [[ "$LOG_CONTENTS" != *"$APPLICATION_STARTUP_MESSAGE"* ]]; do
29
LOG_CONTENTS=$(kubectl logs deployment/${KUBERNETES_DEPLOYMENT_NAME} \
30
|| echo "Waiting for application startuop ...")
31
done
32
+
33
+echo "Application startup successful:"
34
+echo "$LOG_CONTENTS"
0 commit comments