Skip to content

Commit

Permalink
Issue operator-framework#469 Fix service catalog installation steps f…
Browse files Browse the repository at this point in the history
…or minishift.
  • Loading branch information
praveenkumar authored Sep 19, 2018
1 parent e573c9c commit 5bd8b31
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_ENABLE_EXPERIMENTAL=y minishift start --extra-clusterup-flags "--enable=*,service-catalog'" \
|| { echo 'Cannot start shift.'; exit 1; }

eval $(minishift docker-env) \
Expand Down

0 comments on commit 5bd8b31

Please sign in to comment.