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.
check-gitpod-instalaltion
1 parent 70c3fe0 commit 67765f2Copy full SHA for 67765f2
install/tests/Makefile
@@ -346,6 +346,9 @@ check-kots-app:
346
347
check-gitpod-installation: delete-cm-setup check-kots-app check-env-sub-domain
348
@echo "Curling https://${TF_VAR_TEST_ID}.${DOMAIN}/api/version"
349
+ifndef self_signed
350
+ export SSL_CERT_FILE=./ca.pem && \
351
+endif
352
curl -i -X GET https://${TF_VAR_TEST_ID}.${DOMAIN}/api/version || { echo "Curling Gitpod endpoint failed"; exit 1; }
353
354
define runtests
0 commit comments