From cee7d5058074ccdcf8b4ba08e154efbb58e3bac8 Mon Sep 17 00:00:00 2001 From: Arnie Date: Tue, 9 Jan 2018 12:32:19 +0100 Subject: [PATCH] Update aws cli --- aws-cli/run.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/aws-cli/run.sh b/aws-cli/run.sh index 0e58cb6..4085e3a 100755 --- a/aws-cli/run.sh +++ b/aws-cli/run.sh @@ -39,10 +39,6 @@ done init() { __build - docker create \ - --name ${SERVICE_NAME} \ - ${SERVICE_NAME}:latest - [[ $? -ne 0 ]] && return 1 }