From 01f15da34dbca3e00ae93b903cc961fe6e9a5e75 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Tue, 9 Aug 2016 10:46:40 -0400 Subject: [PATCH] Revert "Adding ci support scripts" This reverts commit a1fcfa4854f35fc0192a4efde4262e80467b4683. --- bin/ci-run.sh | 6 ------ bin/ci-stop.sh | 9 --------- 2 files changed, 15 deletions(-) delete mode 100755 bin/ci-run.sh delete mode 100755 bin/ci-stop.sh diff --git a/bin/ci-run.sh b/bin/ci-run.sh deleted file mode 100755 index 755e216..0000000 --- a/bin/ci-run.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -# This file will run a container in the background -source common.bash . - -docker run -d --name=$imagename -p 8080:8080 $maintainer/$imagename \ No newline at end of file diff --git a/bin/ci-stop.sh b/bin/ci-stop.sh deleted file mode 100755 index 2ac6a32..0000000 --- a/bin/ci-stop.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -# This file will run a container in the background -source common.bash . - -echo "Cleaning up Docker image($maintainer/$imagename)" -docker stop $imagename >> /dev/null -docker rm $imagename -exit 0 \ No newline at end of file