Skip to content

Commit

Permalink
fix scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
jturbide committed Feb 23, 2024
1 parent c8a88b5 commit 67a489b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ build:
- composer require --dev squizlabs/php_codesniffer
- mysql -h 127.0.0.1 -u root -e 'create database zemit_core'
- chmod +x ./bin/*.sh
- mkdir .phalcon
- mkdir -p .phalcon
- touch .env
- cp .env.scrutinizer .env
- ./bin/migration-list.sh
Expand Down

0 comments on commit 67a489b

Please sign in to comment.