Skip to content

Commit

Permalink
Change startup
Browse files Browse the repository at this point in the history
  • Loading branch information
vinooganesh committed Jul 28, 2023
1 parent bc9d22e commit 5dc1809
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .devcontainer/startup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
# Run an initial setup script for the MariaDB database
if [ -f .devcontainer/setup-mariadb.sql ]; then
sleep 10
mysql -h 127.0.0.1 -uroot -pmariadb < .devcontainer/setup-mariadb.sql
fi

mysql -h 127.0.0.1 -uroot -pmariadb < .devcontainer/setup-mariadb.sql
echo 'export DBT_PROFILES_DIR="/workspace"' >> ~/.bash_profile

0 comments on commit 5dc1809

Please sign in to comment.