Skip to content

Commit

Permalink
drop database only if it exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Minishlink committed Sep 30, 2016
1 parent ee8c833 commit cfb3723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -203,7 +203,7 @@ gulp.task('icons:copy:png', ['icons:task'], function() {
gulp.task('icons', ['icons:task', 'icons:copy']);

gulp.task('clean:test', shell.task([
'php app/console doctrine:database:drop --env=test --force',
'php app/console doctrine:database:drop --env=test --force --if-exists',
'php app/console doctrine:database:create --env=test',
'php app/console doctrine:schema:create --env=test',
'php app/console doctrine:fixtures:load -n --env=test'
Expand Down

0 comments on commit cfb3723

Please sign in to comment.