Added local bitbucket testing scripts; fix username passing for travis build

This commit is contained in:
Gavin Bunney
2019-10-08 11:12:06 -07:00
parent 8d6fc545f5
commit 716dc05488
5 changed files with 28 additions and 5 deletions

7
scripts/stop-docker-compose.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -e
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
echo "--> Stopping docker-compose"
${DIR}/docker-compose down