Skip to content

Commit 3db2b7d

Browse files
committed
Add tests for external dependencies in GCP
1 parent cfcb779 commit 3db2b7d

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
@@ -158,7 +158,7 @@ check-gitpod-installation: delete-cm-setup check-kots-app check-env-sub-domain
158158
run-tests:
159159
./tests.sh ${KUBECONFIG}
160160

161-
kots-upgrade:
161+
kots-uprgade:
162162
@echo "Upgrade gitpod KOTS app to latest"
163163
kubectl kots upstream upgrade --kubeconfig=${KUBECONFIG} gitpod -n gitpod --deploy
164164

@@ -193,8 +193,9 @@ destroy-aks: select-workspace
193193

194194
get-results:
195195
@echo "If you have gotten this far, it means your setup succeeded"
196-
@echo "The IP address of you setup is "https://$(TF_VAR_TEST_ID).gitpod-self-hosted.com""
196+
@echo "The IP address of you setup is "$(TF_VAR_TEST_ID).gitpod-self-hosted.com""
197197
@echo "Following is the KUBECONFIG you can use to connect to the cluster:"
198+
@cat tmp_config.yml
198199
@cat ${KUBECONFIG}
199200

200201
list-state:

0 commit comments

Comments
 (0)