Skip to content

Instantly share code, notes, and snippets.

@mikeyp
Created June 10, 2015 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeyp/e517bf75611f69d702e3 to your computer and use it in GitHub Desktop.
Save mikeyp/e517bf75611f69d702e3 to your computer and use it in GitHub Desktop.
project.make.yml
core: 8.x
api: 2
defaults:
projects:
subdir: contrib
location: "http://updates.drupal.org/release-history" # Workaround for missing SSL on updates.drupal.org
# Drupal Core
projects:
drupal:
version: '8.0.0-beta11'
# snip
@mikeyp
Copy link
Author

mikeyp commented Jun 10, 2015

By specifying location, Drush make will use that server for all updates instead of https://updates.drupal.org/release-history

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment