Skip to content
Snippets Groups Projects
Verified Commit 122f7b67 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[docker_test.sh] sorry i'm just learning sh

parent 0437d654
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment