Skip to content

Commit

Permalink
Merge pull request #27835 from owncloud/for-qa-build-run-composer_dev…
Browse files Browse the repository at this point in the history
…_deps

QA builds require dev dependencies
  • Loading branch information
Vincent Petry authored May 9, 2017
2 parents 030673d + ebaf2d4 commit b69736a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ clean-dist:
#
# Build qa distribution
#
$(dist_dir)/qa/owncloud: $(composer_deps) $(core_vendor) $(core_all_src) $(core_test_dirs)
$(dist_dir)/qa/owncloud: $(composer_dev_deps) $(core_vendor) $(core_all_src) $(core_test_dirs)
rm -Rf $@; mkdir -p $@/config
cp -R $(core_all_src) $@
cp -R $(core_test_dirs) $@
Expand Down

0 comments on commit b69736a

Please sign in to comment.