From 39b05a1b20171af14593db652827bc7b57b7cfa3 Mon Sep 17 00:00:00 2001 From: Jeff Lindsay Date: Tue, 16 Jul 2013 00:47:11 -0700 Subject: [PATCH] disabling go since its now broken with docker 0.4.8 --- tests/apps/{go => .go.disabled}/.godir | 0 tests/apps/{go => .go.disabled}/Procfile | 0 tests/apps/{go => .go.disabled}/check_deploy | 0 tests/apps/{go => .go.disabled}/web.go | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/apps/{go => .go.disabled}/.godir (100%) rename tests/apps/{go => .go.disabled}/Procfile (100%) rename tests/apps/{go => .go.disabled}/check_deploy (100%) rename tests/apps/{go => .go.disabled}/web.go (100%) diff --git a/tests/apps/go/.godir b/tests/apps/.go.disabled/.godir similarity index 100% rename from tests/apps/go/.godir rename to tests/apps/.go.disabled/.godir diff --git a/tests/apps/go/Procfile b/tests/apps/.go.disabled/Procfile similarity index 100% rename from tests/apps/go/Procfile rename to tests/apps/.go.disabled/Procfile diff --git a/tests/apps/go/check_deploy b/tests/apps/.go.disabled/check_deploy similarity index 100% rename from tests/apps/go/check_deploy rename to tests/apps/.go.disabled/check_deploy diff --git a/tests/apps/go/web.go b/tests/apps/.go.disabled/web.go similarity index 100% rename from tests/apps/go/web.go rename to tests/apps/.go.disabled/web.go