Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoulard committed Nov 18, 2022
1 parent d443174 commit 73e61dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ test ()
rt=$?
if [[ $rt -ne 0 ]]; then
echo -e "[${RED}X${WHITE}] $@: $rt"
echo "$tmp"
((errors += 1))
return
fi
Expand All @@ -35,7 +34,7 @@ mv $file test_config.yml
grep '${' **/docker-compose.*.yml | sed "s/.*\${\(.*\)}.*/\1/g" | cut -d":" -f 1 | sort -u | xargs -I % echo "%=" | sort >> .env.generated
test diff .env.default .env.generated
mv .env.generated .env.default

dc config -q
git diff | tee patch.patch

[ $errors -gt 0 ] && echo "There were $errors errors found" && exit 1
Expand Down

0 comments on commit 73e61dd

Please # to comment.