File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ kubectl apply --filename $KUBERNETES_DEPLOYMENT_REPO_PATH/infrastructure/$ENVIRO
42
42
43
43
echo " Waiting for migration job to complete ..."
44
44
kubectl wait --for=condition=complete --timeout 60s job/$KUBERNETES_DEPLOYMENT_NAME -migrate
45
+ kubectl logs job/$KUBERNETES_DEPLOYMENT_NAME -migrate
45
46
echo " ::endgroup::"
46
47
47
48
echo " ::group::Rolling out deployment"
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ kubectl apply --filename $KUBERNETES_DEPLOYMENT_REPO_PATH/infrastructure/$ENVIRO
42
42
43
43
echo " Waiting for migration job to complete ..."
44
44
kubectl wait --for=condition=complete --timeout 60s job/$KUBERNETES_DEPLOYMENT_NAME -migrate
45
+ kubectl logs job/$KUBERNETES_DEPLOYMENT_NAME -migrate
45
46
echo " ::endgroup::"
46
47
47
48
echo " ::group::Rolling out deployment"
You can’t perform that action at this time.
0 commit comments