Skip to content

Commit

Permalink
Added --keep-vcs flag to composer create-project command. #9
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-cox committed Oct 30, 2020
1 parent 40f0689 commit 7872306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Create LocalGov Drupal project
run: |
docker exec -u root -t drupal bash -c "mkdir -p /var/www/html && chown docker:docker /var/www/html"
docker exec -u docker -t drupal bash -c "/usr/local/bin/composer create-project --stability dev localgovdrupal/localgov-project /var/www/html"
docker exec -u docker -t drupal bash -c "/usr/local/bin/composer create-project --keep-vcs --stability dev localgovdrupal/localgov-project /var/www/html"
- name: Run tests
run: ./run-tests.sh
Expand Down

0 comments on commit 7872306

Please sign in to comment.