summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarte2016-12-14 14:50:26 +0200
committerlarte2016-12-14 14:50:26 +0200
commit19d8951e7dd91ab662d46a2ba4e8c555865a10c6 (patch)
tree39f142888f1679276db577cffbc41d8867bf1bac
parentf0ca182eca5dbcd13fe94767c66dd994d812f35e (diff)
downloadaur-19d8951e7dd91ab662d46a2ba4e8c555865a10c6.tar.gz
remove test
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a8d8902782e9..91a33204aa0d 100644
--- a/Makefile
+++ b/Makefile
@@ -16,11 +16,6 @@ else
endif
-test:
- set -e ;\
- MD5=`curl -s https://s3-eu-west-1.amazonaws.com/foodie-devops/ec2init.sh|md5sum`; \
- echo $${MD5}; \
-
prepare: check
@mkdir -p tmp
@curl -s ${BASEURL}/v${VERSION}/bin/linux/amd64/kubectl > tmp/kubectl_amd64