Skip to content

Commit 4aa8758

Browse files
committed
adding debug
1 parent bd0d729 commit 4aa8758

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wercker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ integration-test:
113113
cp $WERCKER_PIPELINE_DIR/hosts /etc/hosts
114114
115115
echo "OCI_K8S_WORKER0_IP =$OCI_K8S_WORKER0_IP"
116-
117-
echo "$OCI_K8S_SSHKEY $OCI_K8S_SSHKEY"
116+
echo "hostname `hostname`"
118117
119118
# Update KUBECONFIG for K8S cluster
120119
export K8S_NODEPORT_HOST="${OCI_K8S_WORKER0_HOSTNAME}"
@@ -218,7 +217,8 @@ integration-test-java:
218217
sed -i -e "s,%CLIENT_CERT_DATA%,$OCI_K8S_CLIENT_CERT_DATA,g" $WERCKER_SOURCE_DIR/build/kube.config
219218
sed -i -e "s,%CLIENT_KEY_DATA%,$OCI_K8S_CLIENT_KEY_DATA,g" $WERCKER_SOURCE_DIR/build/kube.config
220219
export KUBECONFIG="$WERCKER_SOURCE_DIR/build/kube.config"
221-
220+
echo "hostname `hostname`"
221+
222222
# running on Wercker
223223
export WERCKER="true"
224224

0 commit comments

Comments
 (0)