Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Adding workaround for a drush make issue where profiles get put into …
Browse files Browse the repository at this point in the history
…contrib_destination: drush-ops/drush#2311
  • Loading branch information
jonpugh committed Aug 16, 2016
1 parent e48672b commit b3d7435
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion travis/build-hostmaster-local.make
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ projects[drupal][type] = "core"
# Travis docker-compose.yml puts hosting module at /source/hostmaster
projects[hostmaster][type] = "profile"
projects[hostmaster][download][type] = "copy"
projects[hostmaster][download][url] = "/source/hostmaster"
projects[hostmaster][download][url] = "/source/hostmaster

# @TODO: This can be removed once we figure out https://github.com/drush-ops/drush/issues/2311
projects[hostmaster][contrib_destination] = "profiles"

# Travis docker-compose.yml puts hosting module at /source/hosting
# projects[hosting][type] = "module"
Expand Down

0 comments on commit b3d7435

Please sign in to comment.