From 122f7b67094d6f81d0d80898775ded491565dd7f Mon Sep 17 00:00:00 2001 From: Quentin Duchemin <quentinduchemin@tuta.io> Date: Mon, 1 Jun 2020 22:46:14 +0200 Subject: [PATCH] [docker_test.sh] sorry i'm just learning sh --- docker_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker_test.sh b/docker_test.sh index b1fb1646..6a1dfcf4 100755 --- a/docker_test.sh +++ b/docker_test.sh @@ -45,7 +45,7 @@ if [[ -d "$1" ]]; then cd "$1" echo -e "\n==== Stop and remove existing containers ====" - create_dumb_secrets() + create_dumb_secrets docker-compose down cd .. else @@ -72,7 +72,7 @@ fi cd "$1" -create_dumb_secrets() +create_dumb_secrets echo -e "\n==== Replace production URL with testing URL in all files ====" for f in $(grep -l -r ".picasoft.net" .); do -- GitLab