Skip to content

Commit 5bbb351

Browse files
committed
Add tests for external dependencies in GCP
1 parent e0d413c commit 5bbb351

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install/tests/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ check-gitpod-installation: delete-cm-setup check-kots-app check-env-sub-domain
152152
run-tests:
153153
./tests.sh ${KUBECONFIG}
154154

155-
kots-upgrade:
155+
kots-uprgade:
156156
@echo "Upgrade gitpod KOTS app to latest"
157157
kubectl kots upstream upgrade --kubeconfig=${KUBECONFIG} gitpod -n gitpod --deploy
158158

@@ -187,8 +187,9 @@ destroy-aks: select-workspace
187187

188188
get-results:
189189
@echo "If you have gotten this far, it means your setup succeeded"
190-
@echo "The IP address of you setup is "https://$(TF_VAR_TEST_ID).gitpod-self-hosted.com""
190+
@echo "The IP address of you setup is "$(TF_VAR_TEST_ID).gitpod-self-hosted.com""
191191
@echo "Following is the KUBECONFIG you can use to connect to the cluster:"
192+
@cat tmp_config.yml
192193
@cat ${KUBECONFIG}
193194

194195
list-state:

0 commit comments

Comments
 (0)