Skip to content

Commit

Permalink
Merge pull request #90 from mineo/test-fixes-no-more-master
Browse files Browse the repository at this point in the history
download_plugins: Use URLs for 1.0 if version is None
  • Loading branch information
zas authored Nov 20, 2017
2 parents 783c321 + 63c34bd commit 4a66084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/build_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
PLUGIN_DIR = "plugins"

VERSION_INFO = {
None: {'branch_name': 'master'},
'1.0': {'branch_name': '1.0',
'api_versions': # Keep those ordered
[
Expand All @@ -46,6 +45,8 @@
}
}

VERSION_INFO[None] = VERSION_INFO['1.0']

KNOWN_DATA = [
'PLUGIN_NAME',
'PLUGIN_AUTHOR',
Expand Down

0 comments on commit 4a66084

Please sign in to comment.