From 65f4bf280dcb715c76b749844f06b4bf2c2a5df4 Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 5 Oct 2014 23:07:52 -0700 Subject: pin 'development' and 'unstable' environments to leap_platform:develop --- provider.development.json | 3 +++ provider.unstable.json | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 provider.unstable.json diff --git a/provider.development.json b/provider.development.json index 46e130d..9a14f61 100644 --- a/provider.development.json +++ b/provider.development.json @@ -1,5 +1,8 @@ { "service": { "allow_anonymous": false + }, + "platform": { + "branch": "develop" } } diff --git a/provider.unstable.json b/provider.unstable.json new file mode 100644 index 0000000..9a14f61 --- /dev/null +++ b/provider.unstable.json @@ -0,0 +1,8 @@ +{ + "service": { + "allow_anonymous": false + }, + "platform": { + "branch": "develop" + } +} -- cgit v1.2.3