1
0
mirror of https://github.com/jcwimer/startup-infrastructure synced 2026-04-14 23:00:16 +00:00

Switched from docker swarm to Kubernetes with rke

This commit is contained in:
2020-05-11 19:39:13 -04:00
parent 01f384ac14
commit 1e5724ec1d
30 changed files with 458 additions and 488 deletions

View File

@@ -9,7 +9,7 @@ function testbash() {
local name="${1}"
shift
local command="${@}"
eval $command
eval "${command}"
local return=$?
if [[ ! $return -eq 0 ]]; then
echo "${red}FAILED: ${name}${reset}"