Skip to content

Commit

Permalink
Issue #469 update the service catalog instruction for minishift.
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkumar committed Sep 19, 2018
1 parent e573c9c commit 38d443c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_local_shift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This is used to start and build services for running e2e tests

set -e
MINISHIFT_ENABLE_EXPERIMENTAL=y minishift start --extra-clusterup-flags "--service-catalog" \
minishift start \
|| { echo 'Cannot start shift.'; exit 1; }

eval $(minishift docker-env) \
Expand Down

0 comments on commit 38d443c

Please sign in to comment.