Skip to content

Commit

Permalink
Switch to images-dev build on mini<plaform>-install
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvolod authored and nicolaferraro committed Jul 29, 2019
1 parent f4c1fcf commit ccf9ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/install_minikube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
set -e

eval $(minikube docker-env)
make images
make images-dev

# Perform installation
./kamel install
Expand Down
2 changes: 1 addition & 1 deletion script/install_minishift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
fi

eval $(minishift docker-env)
make images
make images-dev

# Try setup with standard user
ret=0
Expand Down

0 comments on commit ccf9ad1

Please sign in to comment.