Cypress 4.6.0 and tweaks to scripts

This commit is contained in:
Jamie Curnow
2020-05-21 16:11:19 +10:00
parent 1ff87bbc12
commit dd2e335fae
12 changed files with 31 additions and 67 deletions

View File

@ -1,11 +1,7 @@
#!/bin/bash
CYAN='\E[1;36m'
YELLOW='\E[1;33m'
BLUE='\E[1;34m'
GREEN='\E[1;32m'
RED='\E[1;31m'
RESET='\E[0m'
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
. "$DIR/.common.sh"
if [ "$1" == "" ]; then
echo "Waits for a docker container to be healthy."