Skip to content

Commit

Permalink
Fix branch after bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmeet13 committed Oct 6, 2020
1 parent cf45b26 commit fcb3b8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
12 changes: 0 additions & 12 deletions BREEZE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1256,10 +1256,6 @@ This is the current syntax for `./breeze <./breeze>`_:
Build options:
--disable-mysql-client-installation
Disables installation of the mysql client which might be problematic if you are building
image in controlled environment. Only valid for production image.
--disable-mysql-client-installation
Disables installation of the mysql client which might be problematic if you are building
image in controlled environment. Only valid for production image.
Expand Down Expand Up @@ -1748,10 +1744,6 @@ This is the current syntax for `./breeze <./breeze>`_:
Build options:
--disable-mysql-client-installation
Disables installation of the mysql client which might be problematic if you are building
image in controlled environment. Only valid for production image.
--disable-mysql-client-installation
Disables installation of the mysql client which might be problematic if you are building
image in controlled environment. Only valid for production image.
Expand Down Expand Up @@ -2103,10 +2095,6 @@ This is the current syntax for `./breeze <./breeze>`_:
Build options:
--disable-mysql-client-installation
Disables installation of the mysql client which might be problematic if you are building
image in controlled environment. Only valid for production image.
--disable-mysql-client-installation
Disables installation of the mysql client which might be problematic if you are building
image in controlled environment. Only valid for production image.
Expand Down
9 changes: 0 additions & 9 deletions breeze
Original file line number Diff line number Diff line change
Expand Up @@ -1010,11 +1010,6 @@ function breeze::parse_arguments() {
echo "Tag to add to the image: ${IMAGE_TAG}"
shift 2
;;
--disable-mysql-client-installation)
export INSTALL_MYSQL_CLIENT="false"
echo "Install MySQL client: ${INSTALL_MYSQL_CLIENT}"
shift
;;
-D | --dockerhub-user)
export DOCKERHUB_USER="${2}"
echo "Dockerhub user ${DOCKERHUB_USER}"
Expand Down Expand Up @@ -2225,10 +2220,6 @@ ${FORMATTED_DEFAULT_PROD_EXTRAS}
Build options:
--disable-mysql-client-installation
Disables installation of the mysql client which might be problematic if you are building
image in controlled environment. Only valid for production image.
--disable-mysql-client-installation
Disables installation of the mysql client which might be problematic if you are building
image in controlled environment. Only valid for production image.
Expand Down

0 comments on commit fcb3b8d

Please sign in to comment.