Skip to content
Snippets Groups Projects
Commit 4a735fdb authored by Elian Loraux's avatar Elian Loraux
Browse files

remove vimdiff and double test

parent 501ccfc9
Branches
No related tags found
1 merge request!17Reorganisation
......@@ -34,10 +34,9 @@ find /home/dockerweb -name "docker-compose.yml" | while read file; do
dir=$(dirname $file)
echo $dir
cd $dir
if [ ! -e "disabled" ] && ! [[ "$dir" =~ "tetras-bi" ]] && ! [[ "$dir" =~ "tetras-bi" ]]; then
if [ ! -e "disabled" ] && ! [[ "$dir" =~ "tetras-bi" ]] ; then
git pull
docker-compose pull
vimdiff docker-compose.yml docker-compose.yml.sample
docker-compose build
docker-compose down
docker-compose up -d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment