Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 6eb0418

Browse files
Update deploy.sh
1 parent 513d716 commit 6eb0418

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/deploy-to-bluemix/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ do
5454
keystore=$(kubectl logs setup | grep Import | awk '{print $4}')
5555
if [ "$keystore" = "104" ]
5656
then
57-
echo "Setup successful"
5857
kubectl logs setup
58+
echo "Setup successful"
5959
break
6060
fi
6161
if [ $TRIES -eq 10 ]

0 commit comments

Comments
 (0)