Skip to content

Instantly share code, notes, and snippets.

@w32blaster
w32blaster / run-functional-test.sh
Last active June 28, 2017 13:43
Run Functional Tests in the ConcourseCI (inside the image mumoshu/dcind)
#!/bin/sh
# Colors
GREEN='\033[1;32m'
RED='\033[1;31m'
NC='\033[0m' # No Color
# To load the `start_docker` function defined in /docker-lib.sh from the docker image `mumoshu/dcind`
source /docker-lib.sh