Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Nov 8, 2023
1 parent c98356b commit a4bb86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ jobs:
exit 1
fi
if ! kubectl logs -l app=kotsadm --namespace "$APP_SLUG" | grep -q "preflights will not be skipped, strict preflights are set to true"; then
if ! kubectl logs -l app=kotsadm -n "$APP_SLUG" | grep -q "preflights will not be skipped, strict preflights are set to true"; then
echo "Failed to find a log line about strict preflights not being skipped in kotsadm logs"
echo "kotsadm logs:"
kubectl logs -l app=kotsadm --all-containers --namespace "$APP_SLUG"
Expand Down

0 comments on commit a4bb86a

Please sign in to comment.