aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbozokopic <bozo.kopic@gmail.com>2017-04-24 23:54:41 +0200
committerbozokopic <bozo.kopic@gmail.com>2017-04-24 23:54:41 +0200
commit690de828fc698974b80f14d2d2d9422a4964420d (patch)
treedd9451cb371d19adf6dcfb4e40eeaad2c2cacd95
parentadb24fb1240140c28cd6eff1a5e07ab19e15ac14 (diff)
heroku bugfix
-rw-r--r--bin/detech8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/detech b/bin/detech
deleted file mode 100644
index 6c1362c..0000000
--- a/bin/detech
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-if [ -f $1/dodo.py ]; then
- echo "opcut build"
- exit 0
-else
- exit 1
-fi