Skip to content

Commit

Permalink
Fixed update script
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosomb committed Jan 23, 2017
1 parent 4acbeb9 commit c8cd166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ git fetch --tags
TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
git checkout $TAG --force
SYMFONY_ENV=$ENV $COMPOSER_COMMAND install --no-dev -o --prefer-dist
php bin/console doctrine:migrations:migrate --env=$ENV
php bin/console doctrine:migrations:migrate --no-interaction --env=$ENV
php bin/console cache:clear --env=$ENV

0 comments on commit c8cd166

Please sign in to comment.