File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4296,12 +4296,12 @@ jobs:
4296
4296
4297
4297
./bin/kots admin-console generate-manifests -n "$APP_SLUG" --shared-password password --private-ca-configmap generated-custom-cas
4298
4298
ls ./admin-console
4299
- if ! cat ./admin-console/kotsadm-deployment.yaml | grep SSL_CERT_CONFIGMAP ; then
4299
+ if ! grep SSL_CERT_CONFIGMAP < ./admin-console/kotsadm-deployment.yaml; then
4300
4300
echo "expected generated kotsadm-deployment.yaml to contain SSL_CERT_CONFIGMAP"
4301
4301
cat ./admin-console/kotsadm-deployment.yaml
4302
4302
exit 1
4303
4303
fi
4304
- if ! cat ./admin-console/kotsadm-deployment.yaml | grep generated-custom-cas ; then
4304
+ if ! grep generated-custom-cas < ./admin-console/kotsadm-deployment.yaml; then
4305
4305
echo "expected generated kotsadm-deployment.yaml to contain generated-custom-cas"
4306
4306
cat ./admin-console/kotsadm-deployment.yaml
4307
4307
exit 1
You can’t perform that action at this time.
0 commit comments