diff options
author | varac <varacanero@zeromail.org> | 2016-12-19 10:40:14 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-12-19 10:40:14 +0100 |
commit | 16aafa5ba4b629ea65d53454fa5c9af1ca7c8250 (patch) | |
tree | f4be553b018bdb9d7862c0953f4596c900cc7e66 | |
parent | 65dcec66520b6df0c2aaf9f37f12000e239582ea (diff) |
Platform uses now master branch instead of develop
-rw-r--r-- | provider.clientdev.json | 2 | ||||
-rw-r--r-- | provider.development.json | 2 | ||||
-rw-r--r-- | provider.unstable.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/provider.clientdev.json b/provider.clientdev.json index 979c46f..3be614a 100644 --- a/provider.clientdev.json +++ b/provider.clientdev.json @@ -4,7 +4,7 @@ // "allow_anonymous": false //}, "platform": { - "branch": "develop" + "branch": "master" }, "contacts": { "default": "drebs@leap.se" diff --git a/provider.development.json b/provider.development.json index 618ef39..599ddcb 100644 --- a/provider.development.json +++ b/provider.development.json @@ -5,7 +5,7 @@ "allow_registration": true }, "platform": { - "branch": "develop" + "branch": "master" }, "contacts": { "default": "micah@leap.se" diff --git a/provider.unstable.json b/provider.unstable.json index ee45c53..03da9f8 100644 --- a/provider.unstable.json +++ b/provider.unstable.json @@ -4,6 +4,6 @@ "allow_anonymous": false }, "platform": { - "branch": "develop" + "branch": "master" } } |