From 16aafa5ba4b629ea65d53454fa5c9af1ca7c8250 Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 19 Dec 2016 10:40:14 +0100 Subject: Platform uses now master branch instead of develop --- provider.clientdev.json | 2 +- provider.development.json | 2 +- 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" } } -- cgit v1.2.3