Skip to content

Commit

Permalink
chore: removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Oct 30, 2024
1 parent 84f2c5e commit 84bec9e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions provision-catalog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ port="18160"

docker-compose up -d

# Install requirements
# Can be skipped right now because we're using the --build flag on docker-compose. This will need to be changed once we move to devstack.

# Wait for MySQL
echo "Waiting for MySQL"
until docker exec -i enterprise.catalog.mysql mysql -u root -se "SELECT EXISTS(SELECT 1 FROM mysql.user WHERE user = 'root')" &> /dev/null
Expand Down

0 comments on commit 84bec9e

Please sign in to comment.