We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50c4988 + 9bbf0ea commit 14a0abdCopy full SHA for 14a0abd
install-ggtrackerstack.sh
@@ -31,6 +31,7 @@ EOF
31
bundle exec sequel -m db/migrations -e development config/database.yml && \
32
cat db/replays_sq_skill_stat.sql | mysql -u root -D esdb_development && \
33
cat db/ggtracker_provider.sql | mysql -u root -D esdb_development && \
34
+ cat db/add_ai_identities.sql | mysql -u root -D esdb_development && \
35
bundle exec rake py:init && \
36
bundle exec sequel -m db/migrations -e test config/database.yml && \
37
echo RUNNING TESTS && \
0 commit comments